Skip to content

Commit cd7d101

Browse files
committed
chore(release): v1.1.1
1 parent cda2edd commit cd7d101

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## [1.1.1](https://github.com/jvanbruegge/commithelper/compare/1.1.0...1.1.1) (2021-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add shebang to index.ts ([cda2edd](https://github.com/jvanbruegge/commithelper/commit/cda2edd260db302e6fcb3ddbe1344532dd32912b))
7+
8+
9+
10+
# [1.1.0](https://github.com/jvanbruegge/commithelper/compare/1.1.0...1.1.1) (2021-03-14)
11+
12+
13+
### Bug Fixes
14+
15+
* check captialization of the subject line ([f69d108](https://github.com/jvanbruegge/commithelper/commit/f69d108096d69792df48afb5cdfe48ca517292f9))
16+
* do not add git comments to parsed message body ([e3bf0d5](https://github.com/jvanbruegge/commithelper/commit/e3bf0d50f95d236eea4e85e0f2206822f238af7f))
17+
* do not ask questions if the commit message already exists ([fb3c69c](https://github.com/jvanbruegge/commithelper/commit/fb3c69ce1d036d362742fde9a20c6784bdd9e70d))
18+
19+
20+
### Features
21+
22+
* add a --fix option to lint mode to reformat body and subject line ([2f39919](https://github.com/jvanbruegge/commithelper/commit/2f3991977d743ea4292326599ec27aa3ca2d4e79))
23+
* add a description for each commit type ([79e8011](https://github.com/jvanbruegge/commithelper/commit/79e801118572454b2c0c6b8c229633f280491dd7))
24+
* add function to parse existing commit messages ([3cd2fbc](https://github.com/jvanbruegge/commithelper/commit/3cd2fbcbae73618be3eeab5a3265641a6ad83b35))
25+
* add linting of existing commit messages ([46b2cb9](https://github.com/jvanbruegge/commithelper/commit/46b2cb9926dffbc028b3daf915cfeb543bf48274))
26+
* keep comments from original commit message ([fda7cff](https://github.com/jvanbruegge/commithelper/commit/fda7cffe54b675da462328488c57abb3f9f7f300))
27+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commithelper",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A tool to create and lint commit messages",
55
"keywords": [
66
"commit",

0 commit comments

Comments
 (0)