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-09-08 23:09:55 +0300
committerGar <wraithgar@github.com>2022-09-12 18:41:37 +0300
commit063a23b703b32d185b7fa0d0aa7dec522d985a79 (patch)
treef7203ed3d35aaa067c027f7c3395c50437bd4c31 /workspaces/libnpmpack
parente95017a07b041cbb3293e659dad853f76462c108 (diff)
chore: release 9.0.0-pre.0
Diffstat (limited to 'workspaces/libnpmpack')
-rw-r--r--workspaces/libnpmpack/CHANGELOG.md10
-rw-r--r--workspaces/libnpmpack/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md
index f147dbda9..b38e01146 100644
--- a/workspaces/libnpmpack/CHANGELOG.md
+++ b/workspaces/libnpmpack/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpack-v4.1.3...libnpmpack-v5.0.0-pre.0) (2022-09-08)
+
+### ⚠ BREAKING CHANGES
+
+* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
+
+### Features
+
+ * [`e95017a`](https://github.com/npm/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
+
## [4.1.3](https://github.com/npm/cli/compare/libnpmpack-v4.1.2...libnpmpack-v4.1.3) (2022-08-31)
### Dependencies
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 8d7bf55bc..545c2870a 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
- "version": "4.1.3",
+ "version": "5.0.0-pre.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",