Skip to content

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2023
1 parent 225fa64 commit a14d749
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## v0.5.1

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.0...v0.5.1)


### 🩹 Fixes

- Allow providing no versions ([ac84c39](https://github.com/unjs/changelogen/commit/ac84c39))
- Use parsed release body ([aec2341](https://github.com/unjs/changelogen/commit/aec2341))
- Strip title line from release ([319f7ce](https://github.com/unjs/changelogen/commit/319f7ce))

### 🏡 Chore

- Simplify release command ([225fa64](https://github.com/unjs/changelogen/commit/225fa64))

### ❤️ Contributors

- Pooya Parsa ([@pi0](https://github.com/pi0))

## v0.5.0

[compare changes](https://github.com/unjs/changelogen/compare/v0.4.1...v0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelogen",
"version": "0.5.0",
"version": "0.5.1",
"description": "Generate Beautiful Changelogs using Conventional Commits",
"repository": "unjs/changelogen",
"license": "MIT",
Expand Down

0 comments on commit a14d749

Please sign in to comment.