diff --git a/CHANGELOG.md b/CHANGELOG.md index 852becb..6823873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.3](https://github.com/b12k/branch-name-lint/compare/1.0.2...1.0.3) (2022-02-17) + + +### Bug Fixes + +* smaller npm package size ([665efc9](https://github.com/b12k/branch-name-lint/commit/665efc92c7e4c0837aeef3a3d3941777a2461a2e)) + ### [1.0.2](https://github.com/b12k/branch-name-lint/compare/1.0.1...1.0.2) (2022-01-21) diff --git a/package-lock.json b/package-lock.json index a0f1baf..3c5cf3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "branch-name-lint", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "branch-name-lint", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "bin": { "branch-name-lint": "bin/index.js" diff --git a/package.json b/package.json index 662806c..f8d3977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@b12k/branch-name-lint", - "version": "1.0.2", + "version": "1.0.3", "description": "Flexible git branch name linter with some extra validating features", "main": "bin/index.js", "bin": {