From 1f7aaaf1653a780b35228625ac9987546f52ee19 Mon Sep 17 00:00:00 2001 From: Bogdan Kolesnyk Date: Thu, 17 Feb 2022 16:14:30 +0000 Subject: [PATCH] ci: release v1.0.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {