Skip to content

Commit

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

### ✨ Features

* **changelog**: Add changelog style configs, closes [#669](#669) ([f9e6585](f9e6585))
  • Loading branch information
semantic-release-bot committed Jun 10, 2023
1 parent e003035 commit 06647bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/release-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## semantic-release-config-gitmoji [1.5.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.5.0...semantic-release-config-gitmoji@1.5.1) (2023-06-10)

### Dependencies

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

# semantic-release-config-gitmoji [1.5.0](https://github.com/arvinxx/gitmoji-commit-workflow/compare/semantic-release-config-gitmoji@1.4.3...semantic-release-config-gitmoji@1.5.0) (2023-05-21)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions packages/release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-config-gitmoji",
"version": "1.5.0",
"version": "1.5.1",
"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.7"
"conventional-changelog-gitmoji-config": "1.5.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 06647bf

Please sign in to comment.