From e1b349da928bedd8a24827e8375e5a093a472bb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2019 17:42:35 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/WormieCorp/conventional-changelog-wormiecorp/compare/v1.0.0...v1.0.1) (2019-06-08) ### Bug fixes * **ordering:** change not defined scopes to be an empty string ([952bac4](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/952bac4)) ### Documentation * **CHANGELOG:** change changelog title to use project name for title ([e5f4e62](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/e5f4e62)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee3cd3..2409cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +conventional-changelog-wormiecorp Changelog + +## [1.0.1](https://github.com/WormieCorp/conventional-changelog-wormiecorp/compare/v1.0.0...v1.0.1) (2019-06-08) + + +### Bug fixes + +* **ordering:** change not defined scopes to be an empty string ([952bac4](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/952bac4)) + + +### Documentation + +* **CHANGELOG:** change changelog title to use project name for title ([e5f4e62](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/e5f4e62)) + # 1.0.0 (2019-06-07) diff --git a/package.json b/package.json index a4fb96c..2112a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-wormiecorp", - "version": "1.0.0", + "version": "1.0.1", "description": "conventional-changelog preset to be used in the wormiecorp organization", "main": "index.js", "scripts": {