Skip to content

Commit

Permalink
🔖 chore(release): @gitmoji/parser-opts@1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.1...@gitmoji/parser-opts@1.4.0-beta.1) (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))

### 🐛 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))
  • Loading branch information
semantic-release-bot committed Feb 11, 2023
1 parent 8e52123 commit 180c744
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions packages/parser-opts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Changelog

## @gitmoji/parser-opts [1.3.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.0...@gitmoji/parser-opts@1.3.1) (2022-10-09)
# @gitmoji/parser-opts [1.4.0-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.1...@gitmoji/parser-opts@1.4.0-beta.1) (2023-02-11)

### ✨ Features

- **parser-opts**: support UCS-4 unicode ([bc09794](https://github.com/arvinxx/gitmoji-commit-workflow/commit/bc09794))

## @gitmoji/parser-opts [1.3.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/@gitmoji/parser-opts@1.3.0...@gitmoji/parser-opts@1.3.1) (2022-10-09)

### 🐛 Bug Fixes

* allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
- allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))

## @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)


### 🐛 Bug Fixes

* allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))
- allow parenthesis around ticket number ([3393666](https://github.com/arvinxx/gitmoji-commit-workflow/commit/3393666))

# @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)

Expand Down
2 changes: 1 addition & 1 deletion packages/parser-opts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@gitmoji/gitmoji-regex": "1.0.0"
"@gitmoji/gitmoji-regex": "1.0.0-beta.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 180c744

Please sign in to comment.