Skip to content

Commit 045c9d0

Browse files
committed
Publish
- @infinitylist/client@0.0.1 - @infinitylist/emitter@0.0.1 - @infinitylist/logger@0.0.1 - @infinitylist/sdk@0.0.1
1 parent 9b6b2ec commit 045c9d0

8 files changed

Lines changed: 44 additions & 4 deletions

File tree

packages/client/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2023-08-20)
7+
8+
### Bug Fixes
9+
10+
- **add:** init files ([9b6b2ec](https://github.com/InfinityBotList/node-sdk/commit/9b6b2ec158a00281a303d9ca6e21ad69f1c954f1))

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "LGPL-3.0-only",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"version": "0.0.0",
7+
"version": "0.0.1",
88
"dependencies": {
99
"@types/express": "^4.17.11",
1010
"express": "^4.17.1",

packages/emitter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2023-08-20)
7+
8+
### Bug Fixes
9+
10+
- **add:** init files ([9b6b2ec](https://github.com/InfinityBotList/node-sdk/commit/9b6b2ec158a00281a303d9ca6e21ad69f1c954f1))

packages/emitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Event emitter that creates types based off of an interface",
44
"license": "LGPL-3.0-only",
55
"main": "dist/",
6-
"version": "0.0.0",
6+
"version": "0.0.1",
77
"directories": {
88
"src": "src",
99
"test": "__tests__"

packages/logger/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2023-08-20)
7+
8+
### Bug Fixes
9+
10+
- **add:** init files ([9b6b2ec](https://github.com/InfinityBotList/node-sdk/commit/9b6b2ec158a00281a303d9ca6e21ad69f1c954f1))

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "LGPL-3.0-only",
55
"main": "./dist/logger.js",
66
"types": "./dist/logger.d.ts",
7-
"version": "0.0.0",
7+
"version": "0.0.1",
88
"directories": {
99
"src": "src",
1010
"test": "__tests__"

packages/sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.1 (2023-08-20)
7+
8+
### Bug Fixes
9+
10+
- **add:** init files ([9b6b2ec](https://github.com/InfinityBotList/node-sdk/commit/9b6b2ec158a00281a303d9ca6e21ad69f1c954f1))

packages/sdk/package.json

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

0 commit comments

Comments
 (0)