diff --git a/CHANGELOG.md b/CHANGELOG.md index b623993..4e7292f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.20](https://github.com/realtby/codestyle/compare/0.1.19...0.1.20) + +- feat: 🎸 node 16 [`def097d`](https://github.com/realtby/codestyle/commit/def097d0ac6914bb4d3b31ad49376f5e146dc997) + #### [0.1.19](https://github.com/realtby/codestyle/compare/0.1.18...0.1.19) +> 12 May 2022 + +- release(*): 0.1.19 [`b16d215`](https://github.com/realtby/codestyle/commit/b16d215b8d4914b939e01dd163e738ca216b5b62) - feat: 🎸 Node.js v16.14.2 [`46e73f5`](https://github.com/realtby/codestyle/commit/46e73f5bb79d3962e8a272335b1fa0bdeab8c99c) - feat: 🎸 Node.js v16.14.2 [`76b0c07`](https://github.com/realtby/codestyle/commit/76b0c0750518120041ac2837654bd24615f732f2) @@ -24,17 +31,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - docs: ✏️ update jira issue url [`ab48006`](https://github.com/realtby/codestyle/commit/ab48006431dd809a30169f338fb5a918a8ca9909) - release(*): 0.1.17 [`f5488ab`](https://github.com/realtby/codestyle/commit/f5488abb29d9b4a8aee2f67936843181fcbc1b3c) -#### [0.1.16](https://github.com/realtby/codestyle/compare/0.1.15...0.1.16) +#### [0.1.16](https://github.com/realtby/codestyle/compare/0.1.14...0.1.16) > 27 January 2022 - release(*): 0.1.16 [`657ccc1`](https://github.com/realtby/codestyle/commit/657ccc1cb68e67a6cbbbb258f0deb18d0cf1d305) - -#### [0.1.15](https://github.com/realtby/codestyle/compare/0.1.14...0.1.15) - -> 27 January 2022 - -- release(*): 0.1.15 [`12fedf9`](https://github.com/realtby/codestyle/commit/12fedf941985b82dac74fa0a50e063afa2d01224) - feat: 🎸 allow named exports [`8078969`](https://github.com/realtby/codestyle/commit/80789695efd50ac4614a7db2b9629465e3c543e3) #### [0.1.14](https://github.com/realtby/codestyle/compare/0.1.13...0.1.14) diff --git a/package-lock.json b/package-lock.json index dd56991..12998f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@realtby/codestyle", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e3cc2be..4e6bb7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@realtby/codestyle", - "version": "0.1.19", + "version": "0.1.20", "description": "realt.by frontend codestyle tools shared configs", "main": ".release-it.js", "publishConfig": {