From cd7d10157c72c6396d96c922359cfbe2dc5d8ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20van=20Br=C3=BCgge?= Date: Sun, 14 Mar 2021 18:41:15 +0100 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0bec9d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +## [1.1.1](https://github.com/jvanbruegge/commithelper/compare/1.1.0...1.1.1) (2021-03-14) + + +### Bug Fixes + +* add shebang to index.ts ([cda2edd](https://github.com/jvanbruegge/commithelper/commit/cda2edd260db302e6fcb3ddbe1344532dd32912b)) + + + +# [1.1.0](https://github.com/jvanbruegge/commithelper/compare/1.1.0...1.1.1) (2021-03-14) + + +### Bug Fixes + +* check captialization of the subject line ([f69d108](https://github.com/jvanbruegge/commithelper/commit/f69d108096d69792df48afb5cdfe48ca517292f9)) +* do not add git comments to parsed message body ([e3bf0d5](https://github.com/jvanbruegge/commithelper/commit/e3bf0d50f95d236eea4e85e0f2206822f238af7f)) +* do not ask questions if the commit message already exists ([fb3c69c](https://github.com/jvanbruegge/commithelper/commit/fb3c69ce1d036d362742fde9a20c6784bdd9e70d)) + + +### Features + +* add a --fix option to lint mode to reformat body and subject line ([2f39919](https://github.com/jvanbruegge/commithelper/commit/2f3991977d743ea4292326599ec27aa3ca2d4e79)) +* add a description for each commit type ([79e8011](https://github.com/jvanbruegge/commithelper/commit/79e801118572454b2c0c6b8c229633f280491dd7)) +* add function to parse existing commit messages ([3cd2fbc](https://github.com/jvanbruegge/commithelper/commit/3cd2fbcbae73618be3eeab5a3265641a6ad83b35)) +* add linting of existing commit messages ([46b2cb9](https://github.com/jvanbruegge/commithelper/commit/46b2cb9926dffbc028b3daf915cfeb543bf48274)) +* keep comments from original commit message ([fda7cff](https://github.com/jvanbruegge/commithelper/commit/fda7cffe54b675da462328488c57abb3f9f7f300)) + diff --git a/package.json b/package.json index 37faac5..92b0bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commithelper", - "version": "1.1.0", + "version": "1.1.1", "description": "A tool to create and lint commit messages", "keywords": [ "commit",