Skip to content

Commit 7418f18

Browse files
🔖 chore(release): [email protected] [skip ci]
## [1.4.5-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2023-02-11) ### ✨ Features * add new monorepo params to work with monorepo ([6fdbc7f](6fdbc7f)) * add new monorepo params to work with monorepo ([0c6cd36](0c6cd36)) * add rc release config ([2201864](2201864)), closes [#661](#661) * **parser-opts**: support UCS-4 unicode ([bc09794](bc09794)) * support UCS-4 emoji unicode ([006d8e4](006d8e4)) ### 🐛 Bug Fixes * **commitlint-config**: upgrade header-max-length config in commitlint ([e59891f](e59891f)) * corrected grammar of complaint message ([5bac55a](5bac55a)) * fix alpha release problem ([1af7ad0](1af7ad0)) * fix github rate limit on release ([3ec8a63](3ec8a63)) * fix missing module.exports when migration to father4 ([2da44fd](2da44fd)) * **release-config**: fix beta release config ([a330517](a330517)) * try to fix gitmoji unicode regex ([acd12b1](acd12b1)), closes [#662](#662) [#56](#56) [#493](#493) * try to fix release issue by lock gitmojis version ([c928267](c928267))
1 parent 12e99d4 commit 7418f18

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/changelog/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Dependencies
66

7+
- **@gitmoji/parser-opts:** upgraded to 1.4.0-beta.2
8+
9+
## conventional-changelog-gitmoji-config [1.4.5-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2023-02-11)
10+
11+
### Dependencies
12+
713
- **@gitmoji/parser-opts:** upgraded to 1.4.0-beta.1
814

915
## conventional-changelog-gitmoji-config [1.4.4](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@[email protected]) (2022-10-09)

packages/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@gitmoji/commit-types": "1.1.5",
35-
"@gitmoji/parser-opts": "1.4.0-beta.1",
35+
"@gitmoji/parser-opts": "1.4.0-beta.2",
3636
"cosmiconfig": "^7.0.0"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)