From 67acb6c1601bbaeaf8e40ec74ab65e05e846eb21 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2024 21:42:05 +0100 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80782b8..73d9703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.6.2...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.6.2...main) + +### 🏡 Chore + +- Update dtsx plugin ([f413a80](https://github.com/stacksjs/dtsx/commit/f413a80)) +- Adjust readme ([14eea76](https://github.com/stacksjs/dtsx/commit/14eea76)) +- Improve export processing ([2dd4d30](https://github.com/stacksjs/dtsx/commit/2dd4d30)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.6.1...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.6.1...main) diff --git a/package.json b/package.json index 19b2c4b..ecf0539 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.6.2", + "version": "0.7.0", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",