-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cda2edd
commit cd7d101
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters