Skip to content

Commit abdabd2

Browse files
🔖 chore(release): [email protected] [skip ci]
## <small>2.2.7 (2023-01-01)</small> * ⬆️ chore: upgrade to father4 ([5ea649e](5ea649e)) * ⬆️ chore: upgrade to jest29 ([9aa126b](9aa126b)) * 🎨 chore: reformat code with prettier ([809cbc9](809cbc9)) * 🎨 chore: reformat package.json with prettier ([5176c18](5176c18)) * 🔖 chore(release): [email protected] [skip ci] ([0331f34](0331f34)) * 🚨 chore: fix lint ([647e88e](647e88e)) ### Dependencies * **commitlint-plugin-gitmoji:** upgraded to 2.2.1
1 parent 40446d6 commit abdabd2

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/commitlint-config/CHANGELOG.md

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

3+
## <small>2.2.7 (2023-01-01)</small>
4+
5+
* :arrow_up: chore: upgrade to father4 ([5ea649e](https://github.com/arvinxx/gitmoji-commit-workflow/commit/5ea649e))
6+
* :arrow_up: chore: upgrade to jest29 ([9aa126b](https://github.com/arvinxx/gitmoji-commit-workflow/commit/9aa126b))
7+
* :art: chore: reformat code with prettier ([809cbc9](https://github.com/arvinxx/gitmoji-commit-workflow/commit/809cbc9))
8+
* :art: chore: reformat package.json with prettier ([5176c18](https://github.com/arvinxx/gitmoji-commit-workflow/commit/5176c18))
9+
* :bookmark: chore(release): [email protected] [skip ci] ([0331f34](https://github.com/arvinxx/gitmoji-commit-workflow/commit/0331f34))
10+
* :rotating_light: chore: fix lint ([647e88e](https://github.com/arvinxx/gitmoji-commit-workflow/commit/647e88e))
11+
12+
13+
14+
15+
16+
### Dependencies
17+
18+
* **commitlint-plugin-gitmoji:** upgraded to 2.2.1
19+
320
## <small>2.2.7-beta.1 (2022-12-24)</small>
421

522
* :arrow_up: chore: upgrade to father4 ([5ea649e](https://github.com/arvinxx/gitmoji-commit-workflow/commit/5ea649e))

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

0 commit comments

Comments
 (0)