diff --git a/CHANGELOG.md b/CHANGELOG.md index 30562d1..c4014ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ + +## v4.0.1 (2021-10-25) + +#### :bug: Bug Fix +* [#163](https://github.com/rwjblue/release-it-lerna-changelog/pull/163) fix: include CJS wrapper in published files ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### Committers: 1 +- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) + + ## v4.0.0 (2021-10-15) #### :boom: Breaking Change diff --git a/package-lock.json b/package-lock.json index de79e62..eb8e3fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "release-it-lerna-changelog", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "release-it-lerna-changelog", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "execa": "^5.1.1", diff --git a/package.json b/package.json index dbbd147..96f7ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-it-lerna-changelog", - "version": "4.0.0", + "version": "4.0.1", "description": "release-it plugin for lerna-changelog ", "keywords": [ "release",