Skip to content

Commit 78f562e

Browse files
🔖 chore(release): [email protected] [skip ci]
# [2.3.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-02-11) ### ✨ Features * support UCS-4 emoji unicode ([006d8e4](006d8e4))
1 parent 7418f18 commit 78f562e

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.3.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-02-11)
4+
5+
### ✨ Features
6+
7+
- support UCS-4 emoji unicode ([006d8e4](https://github.com/arvinxx/gitmoji-commit-workflow/commit/006d8e4))
8+
9+
### Dependencies
10+
11+
- **@gitmoji/parser-opts:** upgraded to 1.4.0-beta.2
12+
313
## commitlint-config-gitmoji [2.2.12-beta.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-02-11)
414

515
### Dependencies

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.12-beta.2",
3+
"version": "2.3.0-beta.1",
44
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"keywords": [
66
"commitlint",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@commitlint/types": "^17",
3232
"@gitmoji/commit-types": "1.1.5",
33-
"@gitmoji/parser-opts": "1.4.0-beta.1",
33+
"@gitmoji/parser-opts": "1.4.0-beta.2",
3434
"commitlint-plugin-gitmoji": "2.2.6-beta.1"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)