File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.1] ( https://github.com/cloudcome/oas_ts/compare/v0.1.0...v0.1.1 ) (2023-03-15)
4+
5+
6+ ### Bug Fixes
7+
8+ * npm publish 指定仓库 ([ b438e99] ( https://github.com/cloudcome/oas_ts/commit/b438e994ed1c694def97209c4078c4021346b140 ) )
9+ * publish 条件 ([ 51a0f08] ( https://github.com/cloudcome/oas_ts/commit/51a0f080b8d65c5470daab1b5035f52c28f59972 ) )
10+ * publish 条件 ([ c3f615a] ( https://github.com/cloudcome/oas_ts/commit/c3f615a79c9b4234f95b1c41a35ef459f3e5932f ) )
11+ * publish 条件 2 ([ 480611d] ( https://github.com/cloudcome/oas_ts/commit/480611d0fc38ad320578620f6d18491778524850 ) )
12+ * publish 条件 3 ([ 5e1e75f] ( https://github.com/cloudcome/oas_ts/commit/5e1e75f75343799fc5a2273fa6ef60bba8ac7535 ) )
13+ * update README.md ([ d7f5856] ( https://github.com/cloudcome/oas_ts/commit/d7f5856d868001fe3f099b8ee0aa564a49ca2c70 ) )
14+
315## [ 0.1.0] ( https://github.com/cloudcome/oas_ts/compare/v0.0.0...v0.1.0 ) (2023-03-15)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " oas_ts" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " OpenAPI Specification ➡️ TypeScript" ,
55 "scripts" : {
66 "lint" : " echo 'lint success'" ,
77 "test" : " echo 'test success'" ,
88 "build" : " echo 'build success'"
99 },
1010 "type" : " module" ,
11- "files" : [" dist" ],
11+ "files" : [
12+ " dist"
13+ ],
1214 "publishConfig" : {
1315 "registry" : " https://registry.npmjs.org"
1416 },
You can’t perform that action at this time.
0 commit comments