From 671d06904a8198e379bb46b3723282571c672fd1 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 6 Mar 2023 20:24:47 +0100 Subject: [PATCH] chore(release): v1.17.2 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af82e41..063d4128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ 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.17.2 + +[compare changes](https://github.com/unjs/jiti/compare/v1.17.1...v1.17.2) + + +### 🩹 Fixes + + - Add support to emit decorator metadata ([#119](https://github.com/unjs/jiti/pull/119)) + - Use inline require cache to avoid circular dependencies ([#125](https://github.com/unjs/jiti/pull/125)) + - Workaround for pnpm and `TMPDIR` ([#123](https://github.com/unjs/jiti/pull/123)) + +### 🏡 Chore + + - Update lockfile ([6f8610f](https://github.com/unjs/jiti/commit/6f8610f)) + - Update release script ([26b7003](https://github.com/unjs/jiti/commit/26b7003)) + +### ✅ Tests + + - Add typescript satisfies fixture ([#107](https://github.com/unjs/jiti/pull/107)) + +### 🎨 Styles + + - Format with prettier ([42669e5](https://github.com/unjs/jiti/commit/42669e5)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Jonas Thelemann ([@dargmuesli](http://github.com/dargmuesli)) +- Sabin Marcu ([@sabinmarcu](http://github.com/sabinmarcu)) +- Peter + ## v1.17.1 [compare changes](https://github.com/unjs/jiti/compare/v1.17.0...v1.17.1) diff --git a/package.json b/package.json index e4c47d86..a7993efd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jiti", - "version": "1.17.1", + "version": "1.17.2", "description": "Runtime typescript and ESM support for Node.js", "repository": "unjs/jiti", "license": "MIT",