Skip to content

Commit 2d32ce7

Browse files
🔖 chore(release): [email protected] [skip ci]
## [2.2.4](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.4) (2021-05-02) ### ✨ 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 message reference url ([351f081](351f081)) * fix error when there is no changelog config ([1ec76ee](1ec76ee)) * 修正找不到 createConfig 模块的错误 ([bf451ca](bf451ca))
1 parent 775ed92 commit 2d32ce7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/commitlint-config/CHANGELOG.md

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

3+
## commitlint-config-gitmoji [2.2.4](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.4) (2021-05-02)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **commitlint-plugin-gitmoji:** upgraded to 2.1.1
12+
313
## commitlint-config-gitmoji [2.2.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.3) (2021-03-06)
414

515
### Dependencies

packages/commitlint-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.3",
3+
"version": "2.2.4",
44
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,6 +34,6 @@
3434
"dependencies": {
3535
"@gitmoji/commit-types": "1.1.5",
3636
"@gitmoji/parser-opts": "1.3.0",
37-
"commitlint-plugin-gitmoji": "2.1.0"
37+
"commitlint-plugin-gitmoji": "2.1.1"
3838
}
3939
}

0 commit comments

Comments
 (0)