diff --git a/CHANGELOG.md b/CHANGELOG.md index f51ff76a..e0193f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/wayofdev/npm-shareable-configs/compare/v1.0.0...v1.1.0) (2022-12-15) + + +### Features + +* add jest-config package ([632be02](https://github.com/wayofdev/npm-shareable-configs/commit/632be02f3ea83c15543a2b46496b66c3916566af)) + + +### Documentation + +* added readme ([c1a0b29](https://github.com/wayofdev/npm-shareable-configs/commit/c1a0b292aad432bb30dbbd09d1b0080b189b4fb5)) +* updating jest ([ebfa0e8](https://github.com/wayofdev/npm-shareable-configs/commit/ebfa0e83886c70ccb6448ddfeac87f2349c82a52)) +* updating readme files ([2f777e3](https://github.com/wayofdev/npm-shareable-configs/commit/2f777e3db77800aa487b965e6b6ba9aa24edf841)) + ## 1.0.0 (2022-12-14) diff --git a/package.json b/package.json index 51b448f4..ddd40c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/npm-shareable-configs", - "version": "1.0.0", + "version": "1.1.0", "author": "lotyp7@gmail.com", "description": "Shareable configurations with fully automated package publishing to NPM Registry.", "keywords": [],