From 7a3e0e07aac8b3075a1e983356f39805611e63b7 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 6 Oct 2024 15:23:19 +0200 Subject: [PATCH] chore: release v0.18.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad3f0d..e15667a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.18.6...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.6...main) + +### 🏡 Chore + +- Use one step ([bc8cbc7](https://github.com/stacksjs/bun-plugin-dts-auto/commit/bc8cbc7)) + +### ❤️ Contributors + +- Chris + ## v0.18.5...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.5...main) diff --git a/package.json b/package.json index 083ab9b..f123af6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.18.6", + "version": "0.18.7", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",