From c3796c46e8c9bca8c266e238d13594b3ca64fa42 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 19 Sep 2024 14:50:20 +0200 Subject: [PATCH] chore(release): v0.5.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0aa182..cfb4f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.7 + +[compare changes](https://github.com/unjs/changelogen/compare/v0.5.6...v0.5.7) + +### 🩹 Fixes + +- **bump:** Avoid using `+` for canary suffix ([#224](https://github.com/unjs/changelogen/pull/224)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.5.6 [compare changes](https://github.com/unjs/changelogen/compare/v0.5.5...v0.5.6) diff --git a/package.json b/package.json index 2758212..bfee923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelogen", - "version": "0.5.6", + "version": "0.5.7", "description": "Generate Beautiful Changelogs using Conventional Commits", "repository": "unjs/changelogen", "license": "MIT",