diff --git a/CHANGELOG.md b/CHANGELOG.md index 341535e0..95858511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.1 + +[compare changes](https://github.com/unjs/jiti/compare/v2.1.0...v2.1.1) + +### 🩹 Fixes + +- **types:** Add standalone types for node require ([#316](https://github.com/unjs/jiti/pull/316)) + +### 🏡 Chore + +- Updarte deps ([5998e3c](https://github.com/unjs/jiti/commit/5998e3c)) + +### ✅ Tests + +- Add dependency tests ([1d86ca3](https://github.com/unjs/jiti/commit/1d86ca3)) +- Ignore deps for node native register ([e7ffe04](https://github.com/unjs/jiti/commit/e7ffe04)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v2.1.0 [compare changes](https://github.com/unjs/jiti/compare/v2.0.0...v2.1.0) diff --git a/package.json b/package.json index e1295c51..7c0c07b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "2.1.0", + "version": "2.1.1", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",