From 8487e9111d25357984a58fa55728308e32d7f03e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 1 Sep 2022 16:23:52 +0200 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2327268..c275841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [main](https://github.com/unjs/changelogen/compare/v0.2.2...main) + + +### 🩹 Fixes + + - Import semver as default import ([3bd0b61](https://github.com/unjs/changelogen/commit/3bd0b61)) + +### ❤️ Contributors + +- Pooya Parsa + ## [main](https://github.com/unjs/changelogen/compare/v0.2.1...main) diff --git a/package.json b/package.json index 101a789..250f1b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelogen", - "version": "0.2.2", + "version": "0.2.3", "description": "Generate Beautiful Changelogs using Conventional Commits", "repository": "unjs/changelogen", "license": "MIT",