diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f85940..607097b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.3 + +[compare changes](https://github.com/unjs/changelogen/compare/v0.5.2...v0.5.3) + ## v0.5.2 [compare changes](https://github.com/unjs/changelogen/compare/v0.5.1...v0.5.2) diff --git a/package.json b/package.json index 274b520..560d236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelogen", - "version": "0.5.2", + "version": "0.5.3", "description": "Generate Beautiful Changelogs using Conventional Commits", "repository": "unjs/changelogen", "license": "MIT",