diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a1fc2..269a7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/atom-ide-community/semantic-release-npm-config/compare/v2.0.3...v2.0.4) (2021-11-05) + + +### Bug Fixes + +* **deps:** bump @semantic-release/npm from 8.0.2 to 8.0.3 ([#61](https://github.com/atom-ide-community/semantic-release-npm-config/issues/61)) ([82e0947](https://github.com/atom-ide-community/semantic-release-npm-config/commit/82e094767c2cf3c5f4d3ecb9650796861202cbd1)) + ## [2.0.3](https://github.com/atom-ide-community/semantic-release-npm-config/compare/v2.0.2...v2.0.3) (2021-11-04) diff --git a/package-lock.json b/package-lock.json index 6c2febb..07c789a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@atom-ide-community/semantic-release-npm-config", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bed52d7..d913719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atom-ide-community/semantic-release-npm-config", - "version": "2.0.3", + "version": "2.0.4", "author": "Tony Brix (https://Tony.Brix.ninja)", "bugs": { "url": "https://github.com/atom-ide-community/semantic-release-npm-config/issues"