Skip to content

Commit 2ed311d

Browse files
1 parent 4a3c69a commit 2ed311d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/commitlint-config/CHANGELOG.md

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

3+
## commitlint-config-gitmoji [2.2.8-beta.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-01-01)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **commitlint-plugin-gitmoji:** upgraded to 2.2.2-beta.1
12+
313
## commitlint-config-gitmoji [2.2.8-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.8-beta.1) (2023-01-01)
414

515

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.1",
3+
"version": "2.2.8-beta.2",
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.1"
34+
"commitlint-plugin-gitmoji": "2.2.2-beta.1"
3535
},
3636
"publishConfig": {
3737
"access": "public",

0 commit comments

Comments
 (0)