diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f43241..f85b0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07) + + +### Bug Fixes + +* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24)) +* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed)) + + + + + # 0.1.0 (2020-05-07) diff --git a/lerna.json b/lerna.json index cba297d..8b3737e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "npmClient": "yarn", "useWorkspaces": true, "conventionalCommits": true, diff --git a/packages/balance/CHANGELOG.md b/packages/balance/CHANGELOG.md index 15a3779..c4d20a6 100644 --- a/packages/balance/CHANGELOG.md +++ b/packages/balance/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07) + +**Note:** Version bump only for package @tonjs/balance + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/balance/package.json b/packages/balance/package.json index c1bb15f..d4b7e9e 100644 --- a/packages/balance/package.json +++ b/packages/balance/package.json @@ -1,6 +1,6 @@ { "name": "@tonjs/balance", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "http", "benchmark", @@ -40,6 +40,6 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@tonjs/ton": "0.1.0" + "@tonjs/ton": "0.1.1" } } diff --git a/packages/bin/CHANGELOG.md b/packages/bin/CHANGELOG.md index e0a0e71..1dc3bcf 100644 --- a/packages/bin/CHANGELOG.md +++ b/packages/bin/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07) + + +### Bug Fixes + +* **bin:** add the missing shebang ([6e0a21d](https://github.com/AllJointTW/TonJS/commit/6e0a21d8e2244931c2fbbf60b0ede7710c044a24)) +* **bin:** help and version script run with the main function ([3937ac9](https://github.com/AllJointTW/TonJS/commit/3937ac9dc279cd0ac04cbbcefed8f77af60fa9ed)) + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/bin/package.json b/packages/bin/package.json index 6af84ff..7625cc8 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -1,6 +1,6 @@ { "name": "@tonjs/bin", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "http", "benchmark", @@ -43,8 +43,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@tonjs/logger": "0.1.0", - "@tonjs/ton": "0.1.0", + "@tonjs/logger": "0.1.1", + "@tonjs/ton": "0.1.1", "yargs": "^15.3.1" }, "devDependencies": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 846f956..c43bbaf 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07) + +**Note:** Version bump only for package @tonjs/logger + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/logger/package.json b/packages/logger/package.json index 67e6c01..799afc7 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@tonjs/logger", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "http", "benchmark", diff --git a/packages/ton/CHANGELOG.md b/packages/ton/CHANGELOG.md index f6031eb..b7c4a92 100644 --- a/packages/ton/CHANGELOG.md +++ b/packages/ton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/AllJointTW/TonJS/compare/v0.1.0...v0.1.1) (2020-05-07) + +**Note:** Version bump only for package @tonjs/ton + + + + + # 0.1.0 (2020-05-07) diff --git a/packages/ton/package.json b/packages/ton/package.json index c1fc54a..c79c833 100644 --- a/packages/ton/package.json +++ b/packages/ton/package.json @@ -1,6 +1,6 @@ { "name": "@tonjs/ton", - "version": "0.1.0", + "version": "0.1.1", "keywords": [ "http", "benchmark", @@ -43,7 +43,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@tonjs/logger": "0.1.0", + "@tonjs/logger": "0.1.1", "bytes": "^3.1.0", "uWebSockets.js": "uNetworking/uWebSockets.js#v17.4.0" },