diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dda25a..c097a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ + +## v3.2.0 (2022-07-26) + +#### :rocket: Enhancement +* [#79](https://github.com/release-it-plugins/workspaces/pull/79) Adds support for pnpm ([@scalvert](https://github.com/scalvert)) + +#### :bug: Bug Fix +* [#81](https://github.com/release-it-plugins/workspaces/pull/81) Bumps release-it to fix scoped context lookup ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v3.1.0 (2022-07-21) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 1800c88..98c63b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@release-it-plugins/workspaces", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@release-it-plugins/workspaces", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "dependencies": { "detect-indent": "^6.0.0", diff --git a/package.json b/package.json index 977ee5e..cb67123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@release-it-plugins/workspaces", - "version": "3.1.0", + "version": "3.2.0", "description": "release-it plugin for bumping and publishing workspaces", "keywords": [ "release",