From 9f6543d7bbcba2237ca949231e3b3096d53c61b5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 May 2020 13:42:41 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/bi-zone/cz-conventional-changelog-bizone/compare/v1.0.1...v1.0.2) (2020-05-18) ### Bug Fixes * [MASTER-001] npm fix ([aa03ae7](https://github.com/bi-zone/cz-conventional-changelog-bizone/commit/aa03ae7f83dd318fca39dfe3bb2d4879d9e44594)) * [MASTER-001] removed some bloat steps ([bf3c17e](https://github.com/bi-zone/cz-conventional-changelog-bizone/commit/bf3c17e1d1da179009aaec761d48e6f57314cc0d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a44161..5baf406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.2](https://github.com/bi-zone/cz-conventional-changelog-bizone/compare/v1.0.1...v1.0.2) (2020-05-18) + + +### Bug Fixes + +* [MASTER-001] npm fix ([aa03ae7](https://github.com/bi-zone/cz-conventional-changelog-bizone/commit/aa03ae7f83dd318fca39dfe3bb2d4879d9e44594)) +* [MASTER-001] removed some bloat steps ([bf3c17e](https://github.com/bi-zone/cz-conventional-changelog-bizone/commit/bf3c17e1d1da179009aaec761d48e6f57314cc0d)) + ## [1.0.1](https://github.com/bi-zone/cz-conventional-changelog-bizone/compare/v1.0.0...v1.0.1) (2020-04-10) diff --git a/package.json b/package.json index e09f0b9..8e1c6d2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cz-conventional-changelog-bizone", - "version": "1.0.1", + "version": "1.0.2", "description": "Commitizen adapter following the conventional-changelog format.", "main": "index.js", "scripts": {