Skip to content

Commit bf9650f

Browse files
1 parent b2c4bae commit bf9650f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/config-monorepo/CHANGELOG.md

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

3+
# commitlint-config-gitmoji-monorepo [1.1.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji-monorepo@[email protected]) (2021-01-28)
4+
5+
6+
### ✨ Features | 新特性
7+
8+
* **commitlint-config-gitmoji-monorepo**: add scope lint ([7f635e9](https://github.com/arvinxx/gitmoji-commit-workflow/commit/7f635e9))
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **commitlint-plugin-gitmoji:** upgraded to 2.0.5
17+
318
## commitlint-config-gitmoji-monorepo [1.0.5](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji-monorepo@[email protected]) (2021-01-25)
419

520

packages/config-monorepo/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-monorepo",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": ":tada: Shareable commitlint config for monorepo enforcing gitmoji commit",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
"dependencies": {
3737
"@gitmoji/commit-types": "1.1.5",
3838
"@gitmoji/parser-opts": "1.2.5",
39-
"commitlint-plugin-gitmoji": "2.0.4"
39+
"commitlint-plugin-gitmoji": "2.0.5"
4040
}
4141
}

0 commit comments

Comments
 (0)