Skip to content

Commit f6aa45f

Browse files
chore: release 3.0.0 (#78)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.0.1...v3.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `npm-user-validate` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`5495eff`](5495eff) [#77](#77) align to npm 10 node engine range (@hashtagchris) ### Chores * [`4ad3de2`](4ad3de2) [#77](#77) run template-oss-apply (@hashtagchris) * [`4ef1235`](4ef1235) [#75](#75) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`c114753`](c114753) [#76](#76) postinstall for dependabot template-oss PR (@hashtagchris) * [`b92eb6b`](b92eb6b) [#76](#76) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 4ad3de2 commit f6aa45f

File tree

3 files changed

+13
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/npm/npm-user-validate/compare/v2.0.1...v3.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-user-validate` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`5495eff`](https://github.com/npm/npm-user-validate/commit/5495eff5590528c6c167c0dfe2fb691f8557f61e) [#77](https://github.com/npm/npm-user-validate/pull/77) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`4ad3de2`](https://github.com/npm/npm-user-validate/commit/4ad3de2b3caa172e28d54c6a88c25081c5f414a2) [#77](https://github.com/npm/npm-user-validate/pull/77) run template-oss-apply (@hashtagchris)
10+
* [`4ef1235`](https://github.com/npm/npm-user-validate/commit/4ef1235e7383ec27d88b9407442bbbdffb5a76d7) [#75](https://github.com/npm/npm-user-validate/pull/75) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`c114753`](https://github.com/npm/npm-user-validate/commit/c11475392c3be71ac43aeb7893881a98ef65f749) [#76](https://github.com/npm/npm-user-validate/pull/76) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`b92eb6b`](https://github.com/npm/npm-user-validate/commit/b92eb6b67d3769e313472535641b26c54a54377b) [#76](https://github.com/npm/npm-user-validate/pull/76) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [2.0.1](https://github.com/npm/npm-user-validate/compare/v2.0.0...v2.0.1) (2024-05-06)
415

516
### Documentation

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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "User validations for npm",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)