diff --git a/package-lock.json b/package-lock.json index 964c6de178d6b..14714b01cbb02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10106,7 +10106,7 @@ } }, "workspaces/libnpmfund": { - "version": "3.0.2", + "version": "3.0.3", "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0" diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 2e6fce8a8d890..d6207f1e012e0 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [3.0.3](https://github.com/10088/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-05-30) + + +### Bug Fixes + +* set proper workspace repo urls in package.json ([#4476](https://github.com/10088/cli/issues/4476)) ([0cfc155](https://github.com/10088/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) +* update readme badges ([#4658](https://github.com/10088/cli/issues/4658)) ([2829cb2](https://github.com/10088/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d)) + + +### Dependencies + +* @npmcli/arborist@5.0.0 ([d58e444](https://github.com/10088/cli/commit/d58e4442b0a16c84219d5f80ab88ef68ad209918)) +* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/10088/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08)) +* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/10088/cli/issues/4639)) ([a59fd2c](https://github.com/10088/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f)) +* libnpmfund@3.0.0 ([2c86fea](https://github.com/10088/cli/commit/2c86feaf1f974ee510563c7d93c0dd26f6355b15)) +* libnpmfund@3.0.2 ([3516f61](https://github.com/10088/cli/commit/3516f61e415d9ce6e9b00378c45791e33bb99fc9)) + ### [3.0.2](https://github.com/npm/cli/compare/libnpmfund-v3.0.1...libnpmfund-v3.0.2) (2022-04-06) diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 7dd3e1b648474..b1dc47f430690 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "3.0.2", + "version": "3.0.3", "main": "lib/index.js", "files": [ "bin/",