Skip to content

Commit

Permalink
chore(release): v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Mar 14, 2021
1 parent cda2edd commit cd7d101
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd7d101

Please sign in to comment.