From 0a5d6c867bcdf0d9e84ba6d950b6dc81179f20d0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 28 Mar 2023 18:01:49 +0200 Subject: [PATCH] chore(release): v0.5.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb48e3..6f85940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ 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.2 + +[compare changes](https://github.com/unjs/changelogen/compare/v0.5.1...v0.5.2) + + +### 🚀 Enhancements + + - Resolve repository config from git remote ([8401f91](https://github.com/unjs/changelogen/commit/8401f91)) + - Load config from `changelog` field in `package.json` ([#88](https://github.com/unjs/changelogen/pull/88)) + - Bump pre version ([#70](https://github.com/unjs/changelogen/pull/70)) + - Support templates for commit and tag messages ([#68](https://github.com/unjs/changelogen/pull/68)) + +### 🩹 Fixes + + - Handle unset value for `config.repo` ([#72](https://github.com/unjs/changelogen/pull/72)) + - **getLastGitTag:** Handle when there are no git tags ([#77](https://github.com/unjs/changelogen/pull/77)) + +### 💅 Refactors + + - Upgrade to `open` v9 ([315cbd0](https://github.com/unjs/changelogen/commit/315cbd0)) + +### 🏡 Chore + + - Update badges and small improvements ([146d1d4](https://github.com/unjs/changelogen/commit/146d1d4)) + - Update dev dependencies ([0f44ee9](https://github.com/unjs/changelogen/commit/0f44ee9)) + +### ❤️ Contributors + +- Zhong666 ([@aa900031](http://github.com/aa900031)) +- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht)) +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Sébastien Chopin + ## v0.5.1 [compare changes](https://github.com/unjs/changelogen/compare/v0.5.0...v0.5.1) diff --git a/package.json b/package.json index 17ef824..92e52d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelogen", - "version": "0.5.1", + "version": "0.5.2", "description": "Generate Beautiful Changelogs using Conventional Commits", "repository": "unjs/changelogen", "license": "MIT", @@ -61,4 +61,4 @@ "vitest": "^0.29.8" }, "packageManager": "pnpm@8.0.0" -} +} \ No newline at end of file