Skip to content

Commit d5e547c

Browse files
chore: release 12.0.0 (#165)
🤖 I have created a release *beep* *boop* --- ## [12.0.0](v11.0.1...v12.0.0) (2025-07-24) ### ⚠️ BREAKING CHANGES * `npm-profile` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`637f654`](637f654) [#164](#164) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`7366688`](7366688) [#164](#164) `npm-registry-fetch@19.0.0` ### Chores * [`8934c09`](8934c09) [#164](#164) `nock@13.5.6` (@owlstronaut) * [`ea70eaa`](ea70eaa) [#164](#164) template-oss apply fix (@owlstronaut) * [`2aa199f`](2aa199f) [#161](#161) postinstall workflow updates (#161) (@owlstronaut) * [`87e427e`](87e427e) [#160](#160) bump nock from 13.5.6 to 14.0.3 (#160) (@dependabot[bot]) * [`49ce76a`](49ce76a) [#163](#163) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#163) (@dependabot[bot], @npm-cli-bot) --- 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 8934c09 commit d5e547c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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-
".": "11.0.1"
2+
".": "12.0.0"
33
}

CHANGELOG.md

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

3+
## [12.0.0](https://github.com/npm/npm-profile/compare/v11.0.1...v12.0.0) (2025-07-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-profile` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`637f654`](https://github.com/npm/npm-profile/commit/637f6545c641b0be98d1996c4bc863d5a3729f7b) [#164](https://github.com/npm/npm-profile/pull/164) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`7366688`](https://github.com/npm/npm-profile/commit/7366688ede67cbe133b48423289e44a5a9f8ae00) [#164](https://github.com/npm/npm-profile/pull/164) `npm-registry-fetch@19.0.0`
10+
### Chores
11+
* [`8934c09`](https://github.com/npm/npm-profile/commit/8934c09cb8d4d04b168747fe7905b9c21d9a27b1) [#164](https://github.com/npm/npm-profile/pull/164) `nock@13.5.6` (@owlstronaut)
12+
* [`ea70eaa`](https://github.com/npm/npm-profile/commit/ea70eaa9a5e03c7e0e755cb929bff338b8b0bde8) [#164](https://github.com/npm/npm-profile/pull/164) template-oss apply fix (@owlstronaut)
13+
* [`2aa199f`](https://github.com/npm/npm-profile/commit/2aa199f07c1271ffad51a0d716bc89a054c3e6f8) [#161](https://github.com/npm/npm-profile/pull/161) postinstall workflow updates (#161) (@owlstronaut)
14+
* [`87e427e`](https://github.com/npm/npm-profile/commit/87e427e95d32cfe52e7a7ecf35a170ce60068073) [#160](https://github.com/npm/npm-profile/pull/160) bump nock from 13.5.6 to 14.0.3 (#160) (@dependabot[bot])
15+
* [`49ce76a`](https://github.com/npm/npm-profile/commit/49ce76a5adaf71914b1e6d326773d2adb2aa5ad8) [#163](https://github.com/npm/npm-profile/pull/163) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#163) (@dependabot[bot], @npm-cli-bot)
16+
317
## [11.0.1](https://github.com/npm/npm-profile/compare/v11.0.0...v11.0.1) (2024-10-02)
418
### Dependencies
519
* [`7c3c631`](https://github.com/npm/npm-profile/commit/7c3c631c3268f7a305af06bbc7ad48834811d063) [#155](https://github.com/npm/npm-profile/pull/155) bump `npm-registry-fetch@18.0.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-profile",
3-
"version": "11.0.1",
3+
"version": "12.0.0",
44
"description": "Library for updating an npmjs.com profile",
55
"keywords": [],
66
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)