Skip to content

Commit 30bfd60

Browse files
committed
v0.1.0
1 parent 553ecff commit 30bfd60

File tree

15 files changed

+10911
-10851
lines changed

15 files changed

+10911
-10851
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.1.0](https://github.com/InfinityBotList/node-sdk/compare/v0.0.2-patch1...v0.1.0) (2023-08-22)
7+
8+
### Bug Fixes
9+
10+
- **add:** autoposter and fix up some stuff ([109baba](https://github.com/InfinityBotList/node-sdk/commit/109baba49a25abf4a0756bbd30c9a866a390112a))
11+
- **update:** licenses, packages and more ([a4e6a3b](https://github.com/InfinityBotList/node-sdk/commit/a4e6a3bf27f92e7c8819f13ac76a9d456cc354a2))
12+
13+
### Features
14+
15+
- **major:** update all packages ([5f938be](https://github.com/InfinityBotList/node-sdk/commit/5f938be742864bc69b6579ceb667f367d169c971))

lerna.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"command": {
4-
"publish": {
5-
"conventionalCommits": true
6-
}
7-
},
8-
"packages": [
9-
"packages/*"
10-
],
11-
"version": "0.0.0"
12-
}
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"command": {
4+
"publish": {
5+
"conventionalCommits": true
6+
}
7+
},
8+
"packages": ["packages/*"],
9+
"version": "0.1.0"
10+
}

0 commit comments

Comments
 (0)