diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a456528..8bf55420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.2 + +[compare changes](https://github.com/unjs/mkdist/compare/v1.1.1...v1.1.2) + + +### 🩹 Fixes + + - Add `.js` extension for relative import and exports in declarations ([#134](https://github.com/unjs/mkdist/pull/134)) + +### ❤️ Contributors + +- Daniel Roe + ## v1.1.1 [compare changes](https://github.com/unjs/mkdist/compare/v1.1.0...v1.1.1) diff --git a/package.json b/package.json index b7a3f35f..967ae530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdist", - "version": "1.1.1", + "version": "1.1.2", "description": "Lightweight file-to-file transformer", "repository": "unjs/mkdist", "license": "MIT",