We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9388004 commit efa84a6Copy full SHA for efa84a6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.1](https://github.com/dword-design/package-name-regex/compare/v4.0.0...v4.0.1) (2025-05-27)
2
+
3
4
+### Bug Fixes
5
6
+* lock file maintenance ([#105](https://github.com/dword-design/package-name-regex/issues/105)) ([9388004](https://github.com/dword-design/package-name-regex/commit/9388004713a0442764885aff21f1e1a8ceeb8f3f))
7
8
# [4.0.0](https://github.com/dword-design/package-name-regex/compare/v3.1.1...v4.0.0) (2024-03-04)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "package-name-regex",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Provides a regex that can be used to test if a string is a valid NPM package name.",
"keywords": [
"match",
0 commit comments