Skip to content

Commit f3590c7

Browse files
🔖 chore(release): [email protected] [skip ci]
## [1.4.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-06) ### ✨ Features * support gitmoji unicode ([6f418a7](6f418a7)) * support unicode parsing ([0d5eece](0d5eece)), closes [#13](#13)
1 parent cbdb754 commit f3590c7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/changelog/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 更新日志
22

3+
## conventional-changelog-gitmoji-config [1.4.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-06)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **@gitmoji/parser-opts:** upgraded to 1.3.0
12+
313
## conventional-changelog-gitmoji-config [1.4.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-02-26)
414

515

packages/changelog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme",
3737
"dependencies": {
3838
"@gitmoji/commit-types": "1.1.5",
39-
"@gitmoji/parser-opts": "1.2.6",
39+
"@gitmoji/parser-opts": "1.3.0",
4040
"cosmiconfig": "^7.0.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)