Skip to content

Commit 43580eb

Browse files
🔖 chore(release): @gitmoji/parser-opts@1.3.1-beta.1 [skip ci]
## [1.3.1-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.0...@gitmoji/parser-opts@1.3.1-beta.1) (2022-10-09) ### ✨ Features * add git options ([cd1ab94](cd1ab94)) * add github config ([3d540ca](3d540ca)) * add npm config ([3d4c5d5](3d4c5d5)) * add npm config ([f15d677](f15d677)) * support config creator ([cf5de70](cf5de70)) * 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 * add declaration ([c46d273](c46d273)) * allow parenthesis around ticket number ([3393666](3393666)) * fix can't find createConfig ([8a01bff](8a01bff)) * fix can't find default ([427298d](427298d)) * fix config export error ([2577aed](2577aed)) * fix dependency error ([def947f](def947f)) * fix error message reference url ([351f081](351f081)) * fix error when there is no changelog config ([1ec76ee](1ec76ee)) * 修正找不到 createConfig 模块的错误 ([bf451ca](bf451ca))
1 parent 63bc7e8 commit 43580eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/parser-opts/CHANGELOG.md

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

3+
## @gitmoji/parser-opts [1.3.1-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.0...@gitmoji/parser-opts@1.3.1-beta.1) (2022-10-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
9+
310
# @gitmoji/parser-opts [1.3.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.2.6...@gitmoji/parser-opts@1.3.0) (2021-03-06)
411

512
### ✨ Features

packages/parser-opts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji/parser-opts",
3-
"version": "1.3.0",
3+
"version": "1.3.1-beta.1",
44
"description": "gitmoji styles commit parser options",
55
"author": "arvinxx <arvinx@foxmail.com>",
66
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/parser-opts",

0 commit comments

Comments
 (0)