Skip to content

Commit 208b9f4

Browse files
chore: release 6.0.2 (#143)
🤖 I have created a release *beep* *boop* --- ## [6.0.2](v6.0.1...v6.0.2) (2025-07-21) ### Bug Fixes * [`186f541`](186f541) [#142](#142) scoped names validate exclusionlist/underscore/core module (#142) (@owlstronaut) ### Chores * [`8123f73`](8123f73) [#140](#140) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#140) (@dependabot[bot], @owlstronaut) --- 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 186f541 commit 208b9f4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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-
".": "6.0.1"
2+
".": "6.0.2"
33
}

CHANGELOG.md

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

3+
## [6.0.2](https://github.com/npm/validate-npm-package-name/compare/v6.0.1...v6.0.2) (2025-07-21)
4+
### Bug Fixes
5+
* [`186f541`](https://github.com/npm/validate-npm-package-name/commit/186f541ab415da4c0fb4b4c7b9cd41e98e828d94) [#142](https://github.com/npm/validate-npm-package-name/pull/142) scoped names validate exclusionlist/underscore/core module (#142) (@owlstronaut)
6+
### Chores
7+
* [`8123f73`](https://github.com/npm/validate-npm-package-name/commit/8123f73c17529e488c37c56706c501330d55d513) [#140](https://github.com/npm/validate-npm-package-name/pull/140) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#140) (@dependabot[bot], @owlstronaut)
8+
39
## [6.0.1](https://github.com/npm/validate-npm-package-name/compare/v6.0.0...v6.0.1) (2025-06-05)
410
### Bug Fixes
511
* [`68a5c0e`](https://github.com/npm/validate-npm-package-name/commit/68a5c0e9776544fc888f93a7deef5a817272ef66) [#136](https://github.com/npm/validate-npm-package-name/pull/136) adding validation for scoped packages that begin with one or more periods (@shmam)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate-npm-package-name",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
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)