Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-08 23:42:00 +0300
committerGitHub <noreply@github.com>2022-03-08 23:42:00 +0300
commit93939abb55c9c3c981b9fe7d7b76e11c6bd102b8 (patch)
treec2403c11aef8661cc03ef4203b2523e6e4462234
parentdc3b9b812ef666b837b413b4df27410d752d67fb (diff)
chore: release libnpmfund 3.0.1 (#4508)libnpmfund-v3.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmfund/CHANGELOG.md8
-rw-r--r--workspaces/libnpmfund/package.json2
2 files changed, 8 insertions, 2 deletions
diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md
index 9b76209a2..070a6d44c 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 8af2c2b11..2abf897ee 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",