Skip to content

Commit a54cc0e

Browse files
🔖 chore(release): [email protected] [skip ci]
# [2.2.0](https://github.com/arvinxx/commitlint-config-gitmoji/compare/[email protected]@2.2.0) (2021-05-04) ### ✨ Features * support GITMOJI_PATH env ([9a6fd23](9a6fd23)) * support GITMOJI_PATH env ([8a81839](8a81839)) * support GITMOJI_PATH env ([2d05da1](2d05da1)), closes [#40](#40) * support local gitmoji path ([6b75a95](6b75a95)) ### 🐛 Bug Fixes * fix dependency error ([def947f](def947f))
1 parent fbdc732 commit a54cc0e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/commitlint-plugin/CHANGELOG.md

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

3+
# commitlint-plugin-gitmoji [2.2.0](https://github.com/arvinxx/commitlint-config-gitmoji/compare/[email protected]@2.2.0) (2021-05-04)
4+
5+
6+
### ✨ Features
7+
8+
* support GITMOJI_PATH env ([8a81839](https://github.com/arvinxx/commitlint-config-gitmoji/commit/8a81839))
9+
* support GITMOJI_PATH env ([2d05da1](https://github.com/arvinxx/commitlint-config-gitmoji/commit/2d05da1)), closes [#40](https://github.com/arvinxx/commitlint-config-gitmoji/issues/40)
10+
* support local gitmoji path ([6b75a95](https://github.com/arvinxx/commitlint-config-gitmoji/commit/6b75a95))
11+
312
# commitlint-plugin-gitmoji [2.2.0-beta.3](https://github.com/arvinxx/commitlint-config-gitmoji/compare/commitlint-plugin-gitmoji@[email protected]) (2021-05-04)
413

514

packages/commitlint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-gitmoji",
3-
"version": "2.2.0-beta.3",
3+
"version": "2.2.0",
44
"description": "shareable commitlint plugin enforcing gitmoji commit rules",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)