From bee36bef90861f9c853c69d8828f6f78c16d1d82 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 6 Oct 2024 11:16:52 +0200 Subject: [PATCH] chore: release v0.18.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2888e2e..35ceb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.18.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.2...main) + +### 🏡 Chore + +- Add auth-type legacy ([b6235d2](https://github.com/stacksjs/bun-plugin-dts-auto/commit/b6235d2)) + +### ❤️ Contributors + +- Chris + ## v0.18.1...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.1...main) diff --git a/package.json b/package.json index 6cb30d6..07e0eef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.18.2", + "version": "0.18.3", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",