Skip to content

Commit 06373af

Browse files
1 parent da47199 commit 06373af

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

packages/changelog/CHANGELOG.md

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

3+
## conventional-changelog-gitmoji-config [1.3.3](https://github.com/arvinxx/commit-gitmoji/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-01-25)
4+
5+
6+
### 🐛 Bug Fixes | 修复
7+
8+
* **(Other)**: clean changelog ([8479426](https://github.com/arvinxx/commit-gitmoji/commit/8479426))
9+
* **(Other)**: link deps ([e4526ed](https://github.com/arvinxx/commit-gitmoji/commit/e4526ed))
10+
11+
12+
13+
14+
15+
### Dependencies
16+
17+
* **@gitmoji/commit-types:** upgraded to 1.1.4
18+
* **@gitmoji/parser-opts:** upgraded to 1.2.5
19+
320
# [conventional-changelog-gitmoji-config-v1.2.3](https://github.com/arvinxx/commit-gitmoji/compare/conventional-changelog-gitmoji-config-v1.2.2...conventional-changelog-gitmoji-config-v1.2.3) (2021-01-25)
421

522

packages/changelog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.2.4",
3+
"version": "1.3.3",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/arvinxx/commit-gitmoji/tree/master/packages/changelog#readme",
3737
"dependencies": {
38-
"@gitmoji/commit-types": "^1.1.3",
39-
"@gitmoji/parser-opts": "^1.2.5",
38+
"@gitmoji/commit-types": "1.1.4",
39+
"@gitmoji/parser-opts": "1.2.5",
4040
"q": "^1.5.1"
4141
}
4242
}

0 commit comments

Comments
 (0)