From 66522e1131a90ccaa2a3a60a5e6e8ccbfa854162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:32:11 -0400 Subject: [PATCH] chore: release 6.0.0 (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/npm/validate-npm-package-name/compare/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`](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) ### Chores * [`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) * [`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]) * [`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) * [`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]) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d5573c..a3a12f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.1" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad54ed9..890a503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/npm/validate-npm-package-name/compare/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`](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) +### Chores +* [`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) +* [`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]) +* [`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) +* [`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]) + ## [5.0.1](https://github.com/npm/validate-npm-package-name/compare/v5.0.0...v5.0.1) (2024-05-06) ### Dependencies diff --git a/package.json b/package.json index 9092a9d..42089cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "validate-npm-package-name", - "version": "5.0.1", + "version": "6.0.0", "description": "Give me a string and I'll tell you if it's a valid npm package name", "main": "lib/", "directories": {