Skip to content

Commit 71471cf

Browse files
🔖 chore(release): [email protected] [skip ci]
## [2.2.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.2) (2021-02-26) ### ✨ Features * add new release configuration ([ae6ff31](ae6ff31)) * add style and build to release rule ([acd7860](acd7860)) * **config**: support more config type ([f642dc8](f642dc8)) * **config**: support more config type ([84db257](84db257)) * **i18n**: support on or off emoji ([6ad63c4](6ad63c4)) * **i18n**: support switch language ([c7dfa78](c7dfa78)) ### 🐛 Bug Fixes * fix package homepage ([e611019](e611019)) * fix parser success without gitmoji ([780064f](780064f))
1 parent 5699bd2 commit 71471cf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/config/CHANGELOG.md

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

3+
## commitlint-config-gitmoji [2.2.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.2) (2021-02-26)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **@gitmoji/parser-opts:** upgraded to 1.2.6
12+
313
## commitlint-config-gitmoji [2.2.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.1) (2021-01-28)
414

515

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
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.5",
36+
"@gitmoji/parser-opts": "1.2.6",
3737
"commitlint-plugin-gitmoji": "2.0.6"
3838
}
3939
}

0 commit comments

Comments
 (0)