diff --git a/CHANGELOG.md b/CHANGELOG.md index 317ee7c6e..9331d243f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/AliMD/alwatr/compare/v0.6.0...v0.6.1) (2022-03-12) + + +### Bug Fixes + +* **i18n:** package name in readme! ([5325e7f](https://github.com/AliMD/alwatr/commit/5325e7ff5f2b83862221544a4bcd931ed8b9f12f)) +* **lerna:** include readme to publish chnages ([524c8a0](https://github.com/AliMD/alwatr/commit/524c8a01551d2b523e9a099b294a41f071fffe6f)) +* **lerna:** remove ignoreChanges ([f2f20d6](https://github.com/AliMD/alwatr/commit/f2f20d61d532ec265373506a3b7629868c2ad446)) + + + + + # [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11) diff --git a/lerna.json b/lerna.json index 400c776af..b72f6e684 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.6.0", + "version": "0.6.1", "npmClient": "yarn", "useWorkspaces": true, "package": [ diff --git a/package/i18n/CHANGELOG.md b/package/i18n/CHANGELOG.md index fae780190..e0e290d17 100644 --- a/package/i18n/CHANGELOG.md +++ b/package/i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/AliMD/alwatr/compare/v0.6.0...v0.6.1) (2022-03-12) + + +### Bug Fixes + +* **i18n:** package name in readme! ([5325e7f](https://github.com/AliMD/alwatr/commit/5325e7ff5f2b83862221544a4bcd931ed8b9f12f)) + + + + + # [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11) diff --git a/package/i18n/package.json b/package/i18n/package.json index 020c9db81..3ad74578a 100644 --- a/package/i18n/package.json +++ b/package/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "0.6.0", + "version": "0.6.1", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n",