From b42c0d7a403bb0308276125629b85edbf08f5d74 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 24 Feb 2024 17:00:33 -0800 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a8755..55df51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.5.1...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.5.1...main) + +### 🏡 Chore + +- Change to `outdir` naming ([dfeb3bb](https://github.com/stacksjs/bun-plugin-dts-auto/commit/dfeb3bb)) + +### ❤️ Contributors + +- Chris + ## v0.5.0...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.5.0...main) diff --git a/package.json b/package.json index 2bae62b..336d654 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",