Skip to content

Commit

Permalink
🔖 chore(release): semantic-release-config-gitmoji@1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.4.1...semantic-release-config-gitmoji@1.4.2) (2023-02-11)

### ✨ Features

* **parser-opts**: support UCS-4 unicode ([bc09794](bc09794))
* support UCS-4 emoji unicode ([006d8e4](006d8e4))

### 🐛 Bug Fixes

* corrected grammar of complaint message ([5bac55a](5bac55a))
* **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 bcb745e commit f9ff519
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/release-config/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## semantic-release-config-gitmoji [1.4.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.4.1...semantic-release-config-gitmoji@1.4.2) (2023-02-11)

### 🐛 Bug Fixes

- **release-config**: fix beta release config ([a330517](https://github.com/arvinxx/gitmoji-commit-workflow/commit/a330517))

### Dependencies

- **conventional-changelog-gitmoji-config:** upgraded to 1.4.6

## semantic-release-config-gitmoji [1.4.2-beta.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.4.1...semantic-release-config-gitmoji@1.4.2-beta.1) (2023-02-11)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/release-config/package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-release-config-gitmoji",
"version": "1.4.2-beta.1",
"version": "1.4.2",
"description": "a gitmoji commit style presets for semantic-release",
"keywords": [
"conventional-changelog",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@semantic-release/github": "npm:@achingbrain/semantic-release-github",
"@semrel-extra/npm": "^1",
"@types/semantic-release": "^17.2.0",
"conventional-changelog-gitmoji-config": "1.4.5-beta.1"
"conventional-changelog-gitmoji-config": "1.4.6"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit f9ff519

Please sign in to comment.