Skip to content

Commit fbdc732

Browse files
πŸ”– chore(release): [email protected] [skip ci]
## commitlint-config-gitmoji [2.2.5](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.5) (2021-05-04) ### πŸ› Bug Fixes * fix dependency error ([def947f](def947f)) ### Dependencies * **commitlint-plugin-gitmoji:** upgraded to 2.2.0
1 parent 891dec7 commit fbdc732

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

β€Žpackages/commitlint-config/CHANGELOG.mdβ€Ž

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

3+
## commitlint-config-gitmoji [2.2.5](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.5) (2021-05-04)
4+
5+
6+
### πŸ› Bug Fixes
7+
8+
* fix dependency error ([def947f](https://github.com/arvinxx/gitmoji-commit-workflow/commit/def947f))
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **commitlint-plugin-gitmoji:** upgraded to 2.2.0
17+
318
## commitlint-config-gitmoji [2.2.5-beta.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2021-05-04)
419

520

β€Ž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.5-beta.3",
3+
"version": "2.2.5",
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.2.0-beta.3"
37+
"commitlint-plugin-gitmoji": "2.2.0"
3838
}
3939
}

0 commit comments

Comments
Β (0)