Skip to content

Commit 9ac1d2c

Browse files
committed
publish new version
1 parent aac638b commit 9ac1d2c

File tree

19 files changed

+72
-17
lines changed

19 files changed

+72
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.6...v0.1.7-alpha.7) (2023-09-05)
7+
8+
### Bug Fixes
9+
10+
- **update:** lerna config ([aac638b](https://github.com/InfinityBotList/node-sdk/commit/aac638b8fec4ce07c74bb99629daa93abe5ec354))
11+
- **update:** README FOR UPTIME ([578c125](https://github.com/InfinityBotList/node-sdk/commit/578c1257d9846f59ff1062b7862235cfac0de06a))
12+
613
## [0.1.7-alpha.6](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.5...v0.1.7-alpha.6) (2023-08-28)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
}
2020
},
2121
"packages": ["packages/*"],
22-
"version": "0.1.7-alpha.6"
22+
"version": "0.1.7-alpha.7"
2323
}

package-lock.json

Lines changed: 8 additions & 8 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.7](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.6...v0.1.7-alpha.7) (2023-09-05)
7+
8+
### Bug Fixes
9+
10+
- **update:** README FOR UPTIME ([578c125](https://github.com/InfinityBotList/node-sdk/commit/578c1257d9846f59ff1062b7862235cfac0de06a))
11+
612
## [0.1.7-alpha.6](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.5...v0.1.7-alpha.6) (2023-08-28)
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.6",
7+
"version": "0.1.7-alpha.7",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

packages/client/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.7](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.6...v0.1.7-alpha.7) (2023-09-05)
7+
8+
### Bug Fixes
9+
10+
- **update:** README FOR UPTIME ([578c125](https://github.com/InfinityBotList/node-sdk/commit/578c1257d9846f59ff1062b7862235cfac0de06a))
11+
612
## [0.1.7-alpha.6](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.5...v0.1.7-alpha.6) (2023-08-28)
713

814
### Bug Fixes

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

packages/emitter/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.7](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.6...v0.1.7-alpha.7) (2023-09-05)
7+
8+
### Bug Fixes
9+
10+
- **update:** README FOR UPTIME ([578c125](https://github.com/InfinityBotList/node-sdk/commit/578c1257d9846f59ff1062b7862235cfac0de06a))
11+
612
## [0.1.7-alpha.6](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.5...v0.1.7-alpha.6) (2023-08-28)
713

814
### Bug Fixes

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Custom event emitter that creates types based off of an interface",
44
"license": "MIT",
55
"main": "dist/",
6-
"version": "0.1.7-alpha.6",
6+
"version": "0.1.7-alpha.7",
77
"directories": {
88
"src": "src",
99
"test": "__tests__"

packages/ipm/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.7](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.6...v0.1.7-alpha.7) (2023-09-05)
7+
8+
### Bug Fixes
9+
10+
- **update:** README FOR UPTIME ([578c125](https://github.com/InfinityBotList/node-sdk/commit/578c1257d9846f59ff1062b7862235cfac0de06a))
11+
612
## [0.1.7-alpha.6](https://github.com/InfinityBotList/node-sdk/compare/v0.1.7-alpha.5...v0.1.7-alpha.6) (2023-08-28)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)