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-04-26 23:29:55 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-04-26 23:50:02 +0300
commit2e92e75a5cb7b2d94e9790d956870bf0c7147ebb (patch)
tree88c7f35cc65dbffc2e9019a02d8ba62f564adf32 /workspaces
parent36899d193b8e8ee6019b04aa5e6a3a9a641a3172 (diff)
chore(latest): release libnpmpublish 6.0.4
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmpublish/CHANGELOG.md12
-rw-r--r--workspaces/libnpmpublish/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md
index a93a930f1..5cda1cb94 100644
--- a/workspaces/libnpmpublish/CHANGELOG.md
+++ b/workspaces/libnpmpublish/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+### [6.0.4](https://github.com/npm/cli/compare/libnpmpublish-v6.0.3...libnpmpublish-v6.0.4) (2022-04-26)
+
+
+### Bug Fixes
+
+* **libnpmpublish:** unpublish from custom reg ([#4657](https://github.com/npm/cli/issues/4657)) ([e9163b4](https://github.com/npm/cli/commit/e9163b48d8e46a80d2a4cc98c492b94dfa152cb8))
+
+
+### Dependencies
+
+* semver@7.3.7 ([c51e553](https://github.com/npm/cli/commit/c51e553a32315e4f1b703ca9030eb7ade91d1a85))
+
### [6.0.3](https://github.com/npm/cli/compare/libnpmpublish-v6.0.2...libnpmpublish-v6.0.3) (2022-04-06)
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 8d0d9644f..fec6490d4 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpublish",
- "version": "6.0.3",
+ "version": "6.0.4",
"description": "Programmatic API for the bits behind npm publish and unpublish",
"author": "GitHub Inc.",
"main": "lib/index.js",