Skip to content

Commit 5f263da

Browse files
committed
chore(release): v0.5.6
1 parent 68127be commit 5f263da

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v0.5.6
6+
7+
[compare changes](https://github.com/unjs/changelogen/compare/v0.5.5...v0.5.6)
8+
9+
### 🚀 Enhancements
10+
11+
- Add option to sign git tags ([#117](https://github.com/unjs/changelogen/pull/117))
12+
- **git:** Support parse git messages that have prefix emoji ([#146](https://github.com/unjs/changelogen/pull/146))
13+
14+
### 🩹 Fixes
15+
16+
- **github:** Use bearer token ([#180](https://github.com/unjs/changelogen/pull/180))
17+
- Handle repo name with multiple segments ([#219](https://github.com/unjs/changelogen/pull/219))
18+
- Lowercase scope when filtering ([#199](https://github.com/unjs/changelogen/pull/199))
19+
20+
### 💅 Refactors
21+
22+
- Replace `execa` with `execSync` ([#222](https://github.com/unjs/changelogen/pull/222))
23+
- Use human readable date for canary versions ([#223](https://github.com/unjs/changelogen/pull/223))
24+
- Update execCommand ([68127be](https://github.com/unjs/changelogen/commit/68127be))
25+
26+
### 🏡 Chore
27+
28+
- Apply automated lint fixes ([72c407f](https://github.com/unjs/changelogen/commit/72c407f))
29+
- Update ci ([bcb16cb](https://github.com/unjs/changelogen/commit/bcb16cb))
30+
- Update non major deps ([7f714c9](https://github.com/unjs/changelogen/commit/7f714c9))
31+
- Update to eslint v9 ([fd40be9](https://github.com/unjs/changelogen/commit/fd40be9))
32+
- Apply automated lint fixes ([673255b](https://github.com/unjs/changelogen/commit/673255b))
33+
- Update deps ([3cfbe27](https://github.com/unjs/changelogen/commit/3cfbe27))
34+
35+
### ❤️ Contributors
36+
37+
- Pooya Parsa ([@pi0](http://github.com/pi0))
38+
- Klein Petr ([@kleinpetr](http://github.com/kleinpetr))
39+
- Wan Chiu ([@wan54](http://github.com/wan54))
40+
- Jianqi Pan ([@Jannchie](http://github.com/Jannchie))
41+
- Vasily Kuzin <[email protected]>
42+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
43+
544
## v0.5.5
645

746
[compare changes](https://github.com/unjs/changelogen/compare/v0.5.4...v0.5.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelogen",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Generate Beautiful Changelogs using Conventional Commits",
55
"repository": "unjs/changelogen",
66
"license": "MIT",

0 commit comments

Comments
 (0)