Skip to content

Commit 66522e1

Browse files
authoredSep 25, 2024
chore: release 6.0.0 (#132)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.1...v6.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `validate-npm-package-name` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`d14349c`](d14349c) [#131](#131) align to npm 10 node engine range (@hashtagchris) ### Chores * [`e78d90d`](e78d90d) [#131](#131) run template-oss-apply (@hashtagchris) * [`3b308e9`](3b308e9) [#128](#128) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`5f444c8`](5f444c8) [#129](#129) postinstall for dependabot template-oss PR (@hashtagchris) * [`a75975a`](a75975a) [#129](#129) 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 e78d90d commit 66522e1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.1"
2+
".": "6.0.0"
33
}

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/npm/validate-npm-package-name/compare/v5.0.1...v6.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `validate-npm-package-name` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`d14349c`](https://github.com/npm/validate-npm-package-name/commit/d14349c40aa07be3ebbf840106e613af81d3cb4a) [#131](https://github.com/npm/validate-npm-package-name/pull/131) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`e78d90d`](https://github.com/npm/validate-npm-package-name/commit/e78d90dac8857000b3e7997091bc8946a820b4a4) [#131](https://github.com/npm/validate-npm-package-name/pull/131) run template-oss-apply (@hashtagchris)
10+
* [`3b308e9`](https://github.com/npm/validate-npm-package-name/commit/3b308e9f6a0c14c59bc5eacbc369206d2e351395) [#128](https://github.com/npm/validate-npm-package-name/pull/128) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`5f444c8`](https://github.com/npm/validate-npm-package-name/commit/5f444c828af6d2b2bf38b4efd04e95f712b062da) [#129](https://github.com/npm/validate-npm-package-name/pull/129) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`a75975a`](https://github.com/npm/validate-npm-package-name/commit/a75975a1f4ee75b1eba65740bcb163a4beed8986) [#129](https://github.com/npm/validate-npm-package-name/pull/129) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [5.0.1](https://github.com/npm/validate-npm-package-name/compare/v5.0.0...v5.0.1) (2024-05-06)
415

516
### Dependencies

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Give me a string and I'll tell you if it's a valid npm package name",
55
"main": "lib/",
66
"directories": {

0 commit comments

Comments
 (0)
Please sign in to comment.