Skip to content

Commit 0036ebd

Browse files
chore: release 13.0.0 (#208)
🤖 I have created a release *beep* *boop* --- ## [13.0.0](v12.0.2...v13.0.0) (2025-07-24) ### ⚠️ BREAKING CHANGES * `npm-package-arg` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`aa3ed29`](aa3ed29) [#207](#207) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`fb6ea64`](fb6ea64) [#207](#207) `[email protected]` --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa3ed29 commit 0036ebd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.0.2"
2+
".": "13.0.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [13.0.0](https://github.com/npm/npm-package-arg/compare/v12.0.2...v13.0.0) (2025-07-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-package-arg` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`aa3ed29`](https://github.com/npm/npm-package-arg/commit/aa3ed290c5b935159818b7e1d7714f87819df0b6) [#207](https://github.com/npm/npm-package-arg/pull/207) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`fb6ea64`](https://github.com/npm/npm-package-arg/commit/fb6ea6416fc7e0be58162b07601bf359b522de5b) [#207](https://github.com/npm/npm-package-arg/pull/207) `[email protected]`
10+
311
## [12.0.2](https://github.com/npm/npm-package-arg/compare/v12.0.1...v12.0.2) (2025-02-05)
412
### Bug Fixes
513
* [`14cb8a1`](https://github.com/npm/npm-package-arg/commit/14cb8a18b32982a3be5c45331331cdbed78218c8) [#200](https://github.com/npm/npm-package-arg/pull/200) properly parse non-url encoded file specs (#200) (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-arg",
3-
"version": "12.0.2",
3+
"version": "13.0.0",
44
"description": "Parse the things that can be arguments to `npm install`",
55
"main": "./lib/npa.js",
66
"directories": {

0 commit comments

Comments
 (0)