diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb6c089..b77febf6 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. +## v1.5.6 + +[compare changes](https://github.com/unjs/mkdist/compare/v1.5.5...v1.5.6) + +### 🩹 Fixes + +- **dts:** Compatible with `vue-tsc` 2.0.x ([#242](https://github.com/unjs/mkdist/pull/242)) + +### ❤️ Contributors + +- Teages ([@Teages](http://github.com/Teages)) + ## v1.5.5 [compare changes](https://github.com/unjs/mkdist/compare/v1.5.4...v1.5.5) diff --git a/package.json b/package.json index 5ed808e0..bbb326de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdist", - "version": "1.5.5", + "version": "1.5.6", "description": "Lightweight file-to-file transformer", "repository": "unjs/mkdist", "license": "MIT",