Skip to content

Commit 8d24546

Browse files
authored
Merge pull request #26 from cloudcome/release-please--branches--master--components--oas_ts
chore(master): release 0.1.1
2 parents 5a51089 + b2031d0 commit 8d24546

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

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)