Skip to content

Commit c274cfe

Browse files
1 parent 6805b75 commit c274cfe

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.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.1) (2021-01-28)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **commitlint-plugin-gitmoji:** upgraded to 2.0.6
12+
313
# commitlint-config-gitmoji [2.2.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.0) (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.0",
3+
"version": "2.2.1",
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.2.5",
37-
"commitlint-plugin-gitmoji": "2.0.5"
37+
"commitlint-plugin-gitmoji": "2.0.6"
3838
}
3939
}

0 commit comments

Comments
 (0)