diff --git a/CHANGELOG.md b/CHANGELOG.md index df6cd0c..69402c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/qiwi/multi-semantic-release/compare/v3.2.0...v3.3.0) (2020-07-17) + + +### Features + +* support workspace.packages notation ([4a606b2](https://github.com/qiwi/multi-semantic-release/commit/4a606b2ceffcd70e18c015d51e62cda78f4cf58e)) + # [3.2.0](https://github.com/qiwi/multi-semantic-release/compare/v3.1.0...v3.2.0) (2020-07-14) diff --git a/package.json b/package.json index 018120f..e172f4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qiwi/multi-semantic-release", "author": "Dave Houlbrooke ", - "version": "3.2.0", + "version": "3.3.0", "license": "0BSD", "engines": { "node": ">=10.18",