Skip to content

Commit ef8a40f

Browse files
chore(master): release 0.1.1
1 parent f44950f commit ef8a40f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
* update README.md ([d7f5856](https://github.com/cloudcome/oas_ts/commit/d7f5856d868001fe3f099b8ee0aa564a49ca2c70))
10+
311
## [0.1.0](https://github.com/cloudcome/oas_ts/compare/v0.0.0...v0.1.0) (2023-03-15)
412

513

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
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
},

0 commit comments

Comments
 (0)