-
Notifications
You must be signed in to change notification settings - Fork 1
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
83e4a15
commit b3396f3
Showing
2 changed files
with
18 additions
and
2 deletions.
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,16 @@ | ||
|
||
|
||
# 1.3.0 (2023-06-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **.eslint.js:** fix no-unused-vars in .ts file ([ca6ae25](https://github.com/linpengteng/cz-message-helper/commit/ca6ae25d4c7878bf23027072b6e38c41f129b8e0)) | ||
* fix bug when type: "module" in package.json ([edb36df](https://github.com/linpengteng/cz-message-helper/commit/edb36df3381e0fbeb3ba642cedf0dd31fdc6adfb)) | ||
* fix subject input empty bug ([9e17540](https://github.com/linpengteng/cz-message-helper/commit/9e17540edf91288da38dd9f48dcfd2cdffe06940)) | ||
|
||
|
||
### Features | ||
|
||
* Add CHANGELOG plugin ([83e4a15](https://github.com/linpengteng/cz-message-helper/commit/83e4a151340a6f4422e25231e712022cb6d40806)) | ||
* Add cz-message-helper config in package.json ([35db07a](https://github.com/linpengteng/cz-message-helper/commit/35db07aa4a013ca5f02980786bf5d1b5df94d4b9)) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cz-message-helper", | ||
"version": "1.2.6", | ||
"version": "1.3.0", | ||
"description": "A commit message helper for commitizen", | ||
"license": "MIT", | ||
"author": "lin pengteng <[email protected]>", | ||
|
@@ -69,4 +69,4 @@ | |
"node": ">=16.0.0", | ||
"pnpm": ">=7" | ||
} | ||
} | ||
} |