diff --git a/CHANGELOG.md b/CHANGELOG.md index 269a7df..50f1d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/atom-ide-community/semantic-release-npm-config/compare/v2.0.4...v2.0.5) (2021-11-24) + + +### Bug Fixes + +* **deps:** bump @semantic-release/commit-analyzer from 9.0.1 to 9.0.2 ([#62](https://github.com/atom-ide-community/semantic-release-npm-config/issues/62)) ([5ca0614](https://github.com/atom-ide-community/semantic-release-npm-config/commit/5ca06147c74cafa542a15f77ee62c0752e4c8e8c)) + ## [2.0.4](https://github.com/atom-ide-community/semantic-release-npm-config/compare/v2.0.3...v2.0.4) (2021-11-05) diff --git a/package-lock.json b/package-lock.json index 597f99c..cb6f518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@atom-ide-community/semantic-release-npm-config", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f8a7d6..7618a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atom-ide-community/semantic-release-npm-config", - "version": "2.0.4", + "version": "2.0.5", "author": "Tony Brix (https://Tony.Brix.ninja)", "bugs": { "url": "https://github.com/atom-ide-community/semantic-release-npm-config/issues"