diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9fc29..db1b109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### [1.0.1](https://github.com/b12k/branch-name-lint/compare/1.0.0...1.0.1) (2022-01-14) + ## 1.0.0 (2022-01-13) diff --git a/package-lock.json b/package-lock.json index 62f1816..56da3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "branch-name-lint", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "branch-name-lint", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "bin": { "branch-name-lint": "bin/index.js" diff --git a/package.json b/package.json index 83883a8..84f48e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@b12k/branch-name-lint", - "version": "1.0.0", + "version": "1.0.1", "description": "Flexible git branch name linter with some extra validating features", "main": "bin/index.js", "bin": {