From 1bd020455cf959c8bc2226622794c57f08e6eec4 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Nov 2024 16:44:55 +0100 Subject: [PATCH] chore: release v0.21.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9db88d..dc1af86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.21.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.21.2...main) + +### 🏡 Chore + +- Minor adjustments ([3815b05](https://github.com/stacksjs/bun-plugin-dts-auto/commit/3815b05)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.21.1...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.21.1...main) diff --git a/package.json b/package.json index 2af380f..a911f0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dtsx", "type": "module", - "version": "0.21.2", + "version": "0.21.3", "description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.", "author": "Chris Breuer ", "license": "MIT",