Skip to content

Commit

Permalink
chore: release 3.0.0 (#78)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
1 parent 4ad3de2 commit f6aa45f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/npm/npm-user-validate/compare/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`](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)
### Chores
* [`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)
* [`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])
* [`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)
* [`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])

## [2.0.1](https://github.com/npm/npm-user-validate/compare/v2.0.0...v2.0.1) (2024-05-06)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-user-validate",
"version": "2.0.1",
"version": "3.0.0",
"description": "User validations for npm",
"main": "lib/index.js",
"devDependencies": {
Expand Down

0 comments on commit f6aa45f

Please sign in to comment.