diff --git a/CHANGELOG.md b/CHANGELOG.md index db1b109..852becb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.2](https://github.com/b12k/branch-name-lint/compare/1.0.1...1.0.2) (2022-01-21) + + +### Bug Fixes + +* lib name in error message ([ae36797](https://github.com/b12k/branch-name-lint/commit/ae36797248f682d52c61981dd23f3ac25e7d14cc)) + ### [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 56da3ec..a0f1baf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "branch-name-lint", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "branch-name-lint", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "bin": { "branch-name-lint": "bin/index.js" diff --git a/package.json b/package.json index 84f48e0..662806c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@b12k/branch-name-lint", - "version": "1.0.1", + "version": "1.0.2", "description": "Flexible git branch name linter with some extra validating features", "main": "bin/index.js", "bin": {