From 35379bf1a9f087140e1b872a7b61a7389a3a83bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Dec 2021 12:41:03 +0000 Subject: [PATCH] chore: 2.0.5 [skip ci] ## [2.0.5](https://github.com/dword-design/package-name-regex/compare/v2.0.4...v2.0.5) (2021-12-28) ### Bug Fixes * lock file maintenance ([#72](https://github.com/dword-design/package-name-regex/issues/72)) ([0075220](https://github.com/dword-design/package-name-regex/commit/00752205cd9df0c4714b9f2577eaf98a55ada68d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2f472..7c36f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/dword-design/package-name-regex/compare/v2.0.4...v2.0.5) (2021-12-28) + + +### Bug Fixes + +* lock file maintenance ([#72](https://github.com/dword-design/package-name-regex/issues/72)) ([0075220](https://github.com/dword-design/package-name-regex/commit/00752205cd9df0c4714b9f2577eaf98a55ada68d)) + ## [2.0.4](https://github.com/dword-design/package-name-regex/compare/v2.0.3...v2.0.4) (2021-07-20) diff --git a/package.json b/package.json index 4a61565..d5e62f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package-name-regex", - "version": "2.0.4", + "version": "2.0.5", "description": "Provides a regex that can be used to test if a string is a valid NPM package name.", "keywords": [ "match",