Skip to content

Commit a336015

Browse files
1 parent 5dc5e86 commit a336015

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.1.10](https://github.com/arvinxx/commit-gitmoji/compare/[email protected]@2.1.10) (2021-01-25)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **@gitmoji/commit-types:** upgraded to 1.1.5
12+
313
## commitlint-config-gitmoji [2.1.9](https://github.com/arvinxx/commit-gitmoji/compare/[email protected]@2.1.9) (2021-01-25)
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.1.9",
3+
"version": "2.1.10",
44
"description": ":tada: Shareable commitlint config enforcing gitmoji commit",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"author": "Arvin Xu <[email protected]>",
3535
"license": "MIT",
3636
"dependencies": {
37-
"@gitmoji/commit-types": "1.1.4",
37+
"@gitmoji/commit-types": "1.1.5",
3838
"@gitmoji/parser-opts": "1.2.5",
3939
"commitlint-plugin-gitmoji": "2.0.4"
4040
}

0 commit comments

Comments
 (0)