From 818b664d6fca8a2252f38442a87acac018a8d781 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 28 Dec 2024 16:42:22 +0100 Subject: [PATCH] chore(release): v2.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faecd8eb..ab12d558 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 1d8c3533..41e699f6 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",