Skip to content

Commit 391babe

Browse files
committed
publish new version
1 parent 58e16e0 commit 391babe

File tree

9 files changed

+31
-7
lines changed

9 files changed

+31
-7
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.5](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.4...v0.1.7-alpha.5) (2023-08-25)
7+
8+
### Bug Fixes
9+
10+
- **okay:** yeah ([58e16e0](https://github.com/InfinityBotList/node-sdk/commit/58e16e0ada2958019f5485769b2e7d6b6ea23962))
11+
612
## [0.1.7-alpha.4](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.3...v0.1.7-alpha.4) (2023-08-25)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
}
1919
},
2020
"packages": ["packages/*"],
21-
"version": "0.1.7-alpha.4"
21+
"version": "0.1.7-alpha.5"
2222
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ap/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.5](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.4...v0.1.7-alpha.5) (2023-08-25)
7+
8+
### Bug Fixes
9+
10+
- **okay:** yeah ([58e16e0](https://github.com/InfinityBotList/node-sdk/commit/58e16e0ada2958019f5485769b2e7d6b6ea23962))
11+
612
## [0.1.7-alpha.4](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.3...v0.1.7-alpha.4) (2023-08-25)
713

814
### Bug Fixes

packages/ap/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.4",
7+
"version": "0.1.7-alpha.5",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

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.5](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.4...v0.1.7-alpha.5) (2023-08-25)
7+
8+
### Bug Fixes
9+
10+
- **okay:** yeah ([58e16e0](https://github.com/InfinityBotList/node-sdk/commit/58e16e0ada2958019f5485769b2e7d6b6ea23962))
11+
612
## [0.1.7-alpha.4](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.3...v0.1.7-alpha.4) (2023-08-25)
713

814
### Bug Fixes

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.4",
7+
"version": "0.1.7-alpha.5",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

packages/spider/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.5](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.4...v0.1.7-alpha.5) (2023-08-25)
7+
8+
### Bug Fixes
9+
10+
- **okay:** yeah ([58e16e0](https://github.com/InfinityBotList/node-sdk/commit/58e16e0ada2958019f5485769b2e7d6b6ea23962))
11+
612
## [0.1.7-alpha.4](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.3...v0.1.7-alpha.4) (2023-08-25)
713

814
### Bug Fixes

packages/spider/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.4",
7+
"version": "0.1.7-alpha.5",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

0 commit comments

Comments
 (0)