diff --git a/CHANGELOG.md b/CHANGELOG.md index 4280a928..faecd8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.1.0 + +[compare changes](https://github.com/unjs/mkdist/compare/v2.0.1...v2.1.0) + +### 🚀 Enhancements + +- Support `globOptions` ([#266](https://github.com/unjs/mkdist/pull/266)) + +### 🩹 Fixes + +- Convert absolute gitignore patterns to relative ([#265](https://github.com/unjs/mkdist/pull/265)) + +### 🏡 Chore + +- Update deps ([d2aa83d](https://github.com/unjs/mkdist/commit/d2aa83d)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v2.0.1 [compare changes](https://github.com/unjs/mkdist/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index 6f2321d3..22d931f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdist", - "version": "2.0.1", + "version": "2.1.0", "description": "Lightweight file-to-file transformer", "repository": "unjs/mkdist", "license": "MIT",