diff --git a/CHANGELOG.md b/CHANGELOG.md index a18a190..6e6f1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.12.3](https://github.com/qiwi/multi-semantic-release/compare/v3.12.2...v3.12.3) (2021-01-05) + + +### Performance Improvements + +* refactor nextPreVersion to reduce cognitive complexity ([#35](https://github.com/qiwi/multi-semantic-release/issues/35)) ([601bbd3](https://github.com/qiwi/multi-semantic-release/commit/601bbd35d969167c5b54cb0e8bad2be0a2165705)) + ## [3.12.2](https://github.com/qiwi/multi-semantic-release/compare/v3.12.1...v3.12.2) (2021-01-05) diff --git a/package.json b/package.json index f116ad0..cb85f2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qiwi/multi-semantic-release", "author": "Dave Houlbrooke ", - "version": "3.12.2", + "version": "3.12.3", "license": "0BSD", "engines": { "node": ">=10.18",