From 0dbc0a70aa56e251e83ef2102fdc0a1936cd98b9 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 7 Oct 2024 21:29:09 +0200 Subject: [PATCH] chore: release v0.20.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d746d..b64b2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.20.0...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.20.0...main) + +### 🏡 Chore + +- Ensure `oxc-transform` is a dep ([844add6](https://github.com/stacksjs/bun-plugin-dts-auto/commit/844add6)) + +### ❤️ Contributors + +- Chris + ## v0.19.1...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.19.1...main) diff --git a/package.json b/package.json index 3436862..30f9ef0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.20.0", + "version": "0.20.1", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",