Skip to content

Commit 204087b

Browse files
🔖 chore(release): [email protected] [skip ci]
# [2.3.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.3.0) (2023-02-11) ### ✨ Features * **parser-opts**: support UCS-4 unicode ([bc09794](bc09794)) * support UCS-4 emoji unicode ([006d8e4](006d8e4)) ### 🐛 Bug Fixes * **release-config**: fix beta release config ([a330517](a330517))
1 parent ad6d01e commit 204087b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
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.3.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/[email protected]@2.3.0) (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
12+
- **commitlint-plugin-gitmoji:** upgraded to 2.2.6
13+
314
# commitlint-config-gitmoji [2.3.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/commitlint-config-gitmoji@[email protected]) (2023-02-11)
415

516
### ✨ Features

packages/commitlint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-gitmoji",
3-
"version": "2.3.0-beta.1",
3+
"version": "2.3.0",
44
"description": "shareable commitlint config enforcing gitmoji commit message",
55
"keywords": [
66
"commitlint",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@commitlint/types": "^17",
3232
"@gitmoji/commit-types": "1.1.5",
33-
"@gitmoji/parser-opts": "1.4.0-beta.2",
34-
"commitlint-plugin-gitmoji": "2.2.6-beta.1"
33+
"@gitmoji/parser-opts": "1.4.0",
34+
"commitlint-plugin-gitmoji": "2.2.6"
3535
},
3636
"devDependencies": {
3737
"@commitlint/lint": "^17"

0 commit comments

Comments
 (0)