Skip to content

Commit c5082cf

Browse files
🔖 chore(release): [email protected] [skip ci]
## [1.4.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-12) ### ✨ Features * add git options ([cd1ab94](cd1ab94)) * add github config ([3d540ca](3d540ca)) * add npm config ([3d4c5d5](3d4c5d5)) * add npm config ([f15d677](f15d677)) * support config creator ([cf5de70](cf5de70)) ### 🐛 Bug Fixes * add declaration ([c46d273](c46d273)) * fix can't find createConfig ([8a01bff](8a01bff)) * fix can't find default ([427298d](427298d)) * fix config export error ([2577aed](2577aed)) * fix error when there is no changelog config ([1ec76ee](1ec76ee)) * 修正找不到 createConfig 模块的错误 ([bf451ca](bf451ca))
1 parent b0e46c6 commit c5082cf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/changelog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## conventional-changelog-gitmoji-config [1.4.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* fix error when there is no changelog config ([1ec76ee](https://github.com/arvinxx/gitmoji-commit-workflow/commit/1ec76ee))
9+
310
## conventional-changelog-gitmoji-config [1.4.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-06)
411

512
### Dependencies

packages/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)