Skip to content

Commit e64e8be

Browse files
πŸ”– chore(release): [email protected] [skip ci]
## [2.2.8](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.8) (2023-01-01) ### πŸ› Bug Fixes * **commitlint-config**: upgrade header-max-length config in commitlint ([e59891f](e59891f)) * fix github rate limit on release ([3ec8a63](3ec8a63)) * fix missing module.exports when migration to father4 ([2da44fd](2da44fd))
1 parent 079376c commit e64e8be

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

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

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

3+
## commitlint-config-gitmoji [2.2.8](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.8) (2023-01-01)
4+
5+
### πŸ› Bug Fixes
6+
7+
- **commitlint-config**: upgrade header-max-length config in commitlint ([e59891f](https://github.com/arvinxx/gitmoji-commit-workflow/commit/e59891f))
8+
- fix missing module.exports when migration to father4 ([2da44fd](https://github.com/arvinxx/gitmoji-commit-workflow/commit/2da44fd))
9+
10+
### Dependencies
11+
12+
- **commitlint-plugin-gitmoji:** upgraded to 2.2.2
13+
314
## commitlint-config-gitmoji [2.2.8-beta.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-01-01)
415

516
### πŸ› Bug Fixes

β€Ž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.8-beta.3",
3+
"version": "2.2.8",
44
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"keywords": [
66
"commitlint",
@@ -31,7 +31,7 @@
3131
"@commitlint/types": "^17",
3232
"@gitmoji/commit-types": "1.1.5",
3333
"@gitmoji/parser-opts": "1.3.1",
34-
"commitlint-plugin-gitmoji": "2.2.2-beta.1"
34+
"commitlint-plugin-gitmoji": "2.2.2"
3535
},
3636
"publishConfig": {
3737
"access": "public",

0 commit comments

Comments
Β (0)