Skip to content

Commit d438350

Browse files
🔖 chore(release): [email protected] [skip ci]
## [1.4.4-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2022-10-09) ### ✨ 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 * allow parenthesis around ticket number ([3393666](3393666)) * fix dependency error ([def947f](def947f)) * fix error message reference url ([351f081](351f081))
1 parent 78b2cd4 commit d438350

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/changelog/CHANGELOG.md

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

3+
## conventional-changelog-gitmoji-config [1.4.4-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2022-10-09)
4+
5+
6+
7+
8+
9+
### Dependencies
10+
11+
* **@gitmoji/parser-opts:** upgraded to 1.3.1-beta.1
12+
313
## conventional-changelog-gitmoji-config [1.4.3](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2021-03-12)
414

515

packages/changelog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.4.3",
3+
"version": "1.4.4-beta.1",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"main": "lib/index.js",
66
"files": [
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/changelog#readme",
3737
"dependencies": {
3838
"@gitmoji/commit-types": "1.1.5",
39-
"@gitmoji/parser-opts": "1.3.0",
39+
"@gitmoji/parser-opts": "1.3.1-beta.1",
4040
"cosmiconfig": "^7.0.0"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)