Skip to content

Commit 11894b8

Browse files
committed
publish new version
1 parent 060f32d commit 11894b8

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7-alpha.1](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.0...v0.1.7-alpha.1) (2023-08-22)
7+
8+
### Bug Fixes
9+
10+
- **update:** commands in readme ([4f0e925](https://github.com/InfinityBotList/node-sdk/commit/4f0e9254d9561f4f33ae361aaf1d1af48769a8b8))
11+
612
## [0.1.7-alpha.0](https://github.com/InfinityBotList/node-sdk/compare/v0.1.6...v0.1.7-alpha.0) (2023-08-22)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
}
1717
},
1818
"packages": ["packages/*"],
19-
"version": "0.1.7-alpha.0"
19+
"version": "0.1.7-alpha.1"
2020
}

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.

packages/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7-alpha.1](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.0...v0.1.7-alpha.1) (2023-08-22)
7+
8+
### Bug Fixes
9+
10+
- **update:** commands in readme ([4f0e925](https://github.com/InfinityBotList/node-sdk/commit/4f0e9254d9561f4f33ae361aaf1d1af48769a8b8))
11+
612
## [0.1.7-alpha.0](https://github.com/InfinityBotList/node-sdk/compare/v0.1.6...v0.1.7-alpha.0) (2023-08-22)
713

814
**Note:** Version bump only for package @infinitylist/sdk

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"version": "0.1.7-alpha.0",
7+
"version": "0.1.7-alpha.1",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

0 commit comments

Comments
 (0)