Skip to content

Commit 8f21e28

Browse files
🔖 chore(release): conventional-changelog-gitmoji-config@1.5.2 [skip ci]
### [Version&nbsp;1.5.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.5.1...conventional-changelog-gitmoji-config@1.5.2) <sup>Released on **2023-06-12**</sup> #### 🐛 Bug Fixes - **changelog**: Fix subCommitScope default value and reduceHeadingLevel. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **changelog**: Fix subCommitScope default value and reduceHeadingLevel, closes [#670](#670) ([e4da993](e4da993)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent c5e7e34 commit 8f21e28

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/changelog/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
### [Version&nbsp;1.5.2](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.5.1...conventional-changelog-gitmoji-config@1.5.2)
4+
5+
<sup>Released on **2023-06-12**</sup>
6+
7+
#### 🐛 Bug Fixes
8+
9+
- **changelog**: Fix subCommitScope default value and reduceHeadingLevel.
10+
11+
<br/>
12+
13+
<details>
14+
<summary><kbd>Improvements and Fixes</kbd></summary>
15+
16+
#### What's fixed
17+
18+
- **changelog**: Fix subCommitScope default value and reduceHeadingLevel, closes [#670](https://github.com/arvinxx/gitmoji-commit-workflow/issues/670) ([e4da993](https://github.com/arvinxx/gitmoji-commit-workflow/commit/e4da993))
19+
20+
</details>
21+
22+
<div align="right">
23+
24+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
25+
26+
</div>
27+
328
## [Version&nbsp;1.5.1](https://github.com/arvinxx/gitmoji-commit-workflow/compare/conventional-changelog-gitmoji-config@1.5.0...conventional-changelog-gitmoji-config@1.5.1)
429

530
<sup>Released on **2023-06-10**</sup>

packages/changelog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-gitmoji-config",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "a gitmoji commit style presets for conventional changelog",
55
"keywords": [
66
"conventional-changelog",

0 commit comments

Comments
 (0)