diff --git a/CHANGELOG.md b/CHANGELOG.md index faecd8e..ab12d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## v2.2.0 + +[compare changes](https://github.com/unjs/mkdist/compare/v2.1.0...v2.2.0) + +### 🚀 Enhancements + +- **dts:** Expose ts compiler errors ([#278](https://github.com/unjs/mkdist/pull/278)) + +### 🩹 Fixes + +- Only add known ignore patterns by default ([#279](https://github.com/unjs/mkdist/pull/279)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v2.1.0 [compare changes](https://github.com/unjs/mkdist/compare/v2.0.1...v2.1.0) diff --git a/package.json b/package.json index 1d8c353..41e699f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdist", - "version": "2.1.0", + "version": "2.2.0", "description": "Lightweight file-to-file transformer", "repository": "unjs/mkdist", "license": "MIT",