Skip to content

Commit 4a47aeb

Browse files
chore: release 4.0.0
1 parent b0ac0b9 commit 4a47aeb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/npm/npm-user-validate/compare/v3.0.0...v4.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-user-validate` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`b0ac0b9`](https://github.com/npm/npm-user-validate/commit/b0ac0b9837632dda20769d7152b54d2f5a2e4db3) [#88](https://github.com/npm/npm-user-validate/pull/88) align to npm 11 node engine range (#88) (@owlstronaut)
8+
### Chores
9+
* [`93b35f4`](https://github.com/npm/npm-user-validate/commit/93b35f4369bd563ab4b01fabbc69b39a3c4debe5) [#82](https://github.com/npm/npm-user-validate/pull/82) postinstall workflow updates (#82) (@owlstronaut)
10+
* [`404eb52`](https://github.com/npm/npm-user-validate/commit/404eb52321d42a44e2c657906a39eaed57e45afe) [#87](https://github.com/npm/npm-user-validate/pull/87) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#87) (@dependabot[bot], @npm-cli-bot)
11+
312
## [3.0.0](https://github.com/npm/npm-user-validate/compare/v2.0.1...v3.0.0) (2024-09-03)
413
### ⚠️ BREAKING CHANGES
514
* `npm-user-validate` now supports node `^18.17.0 || >=20.5.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-user-validate",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)