diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 9b76209a2e9f1..070a6d44c9a3b 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.1](https://www.github.com/npm/cli/compare/libnpmfund-vlibnpmfund@3.0.0...libnpmfund-v3.0.1) (2022-03-03) + + +### Bug Fixes + +* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) + ## 1.0.2 - Bumped @npmcli/arborist dependency version @@ -7,4 +14,3 @@ ## 1.0.0 - Initial release - diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 8af2c2b11570f..2abf897eefeb8 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "3.0.0", + "version": "3.0.1", "main": "lib/index.js", "files": [ "bin",