Skip to content

Commit 22f3ea9

Browse files
🔖 chore(release): [email protected] [skip ci]
## commitlint-plugin-gitmoji [2.2.6](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.6) (2023-02-11) ### Dependencies * **@gitmoji/gitmoji-regex:** upgraded to 1.0.0
1 parent 88fe1d1 commit 22f3ea9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/commitlint-plugin/CHANGELOG.md

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

3+
## commitlint-plugin-gitmoji [2.2.6](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.6) (2023-02-11)
4+
5+
### Dependencies
6+
7+
- **@gitmoji/gitmoji-regex:** upgraded to 1.0.0
8+
39
## commitlint-plugin-gitmoji [2.2.6-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.6-beta.1) (2023-02-11)
410

511
## commitlint-plugin-gitmoji [2.2.5](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.2.5) (2023-02-10)

packages/commitlint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-gitmoji",
3-
"version": "2.2.6-beta.1",
3+
"version": "2.2.6",
44
"description": "shareable commitlint plugin enforcing gitmoji commit rules",
55
"keywords": [
66
"commitlint",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@commitlint/types": "^17",
35-
"@gitmoji/gitmoji-regex": "1.0.0-beta.1",
35+
"@gitmoji/gitmoji-regex": "1.0.0",
3636
"gitmojis": "^3"
3737
},
3838
"publishConfig": {

0 commit comments

Comments
 (0)