Skip to content

Commit 1e8ecd4

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

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/config/CHANGELOG.md

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

3+
## commitlint-config-gitmoji [2.2.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.3) (2021-03-06)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **@gitmoji/parser-opts:** upgraded to 1.3.0
12+
* **commitlint-plugin-gitmoji:** upgraded to 2.1.0
13+
314
## commitlint-config-gitmoji [2.2.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.2) (2021-02-26)
415

516

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"main": "lib/index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"dependencies": {
3535
"@gitmoji/commit-types": "1.1.5",
36-
"@gitmoji/parser-opts": "1.2.6",
37-
"commitlint-plugin-gitmoji": "2.0.6"
36+
"@gitmoji/parser-opts": "1.3.0",
37+
"commitlint-plugin-gitmoji": "2.1.0"
3838
}
3939
}

0 commit comments

Comments
 (0)