From 21c7583324fbf1c487d40a08889b144d1af462fd Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2024 10:58:10 +0100 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd15b4..592808c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog +## v0.5.4...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main) + +### 🏡 Chore + +- Add tests ([ba4db2f](https://github.com/stacksjs/dtsx/commit/ba4db2f)) +- Adjust error message ([408ea3a](https://github.com/stacksjs/dtsx/commit/408ea3a)) +- Add changelog ([bcfcd63](https://github.com/stacksjs/dtsx/commit/bcfcd63)) +- Remove @ts-expect-error ([a90462f](https://github.com/stacksjs/dtsx/commit/a90462f)) +- Check nested tsconfigs ([60582af](https://github.com/stacksjs/dtsx/commit/60582af)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + +## v0.5.4...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main) + +### 🏡 Chore + +- Add tests ([ba4db2f](https://github.com/stacksjs/dtsx/commit/ba4db2f)) +- Adjust error message ([408ea3a](https://github.com/stacksjs/dtsx/commit/408ea3a)) +- Add changelog ([bcfcd63](https://github.com/stacksjs/dtsx/commit/bcfcd63)) +- Remove @ts-expect-error ([a90462f](https://github.com/stacksjs/dtsx/commit/a90462f)) +- Check nested tsconfigs ([60582af](https://github.com/stacksjs/dtsx/commit/60582af)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.5.4...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main) diff --git a/package.json b/package.json index 75d56f6..c820b2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.5.4", + "version": "0.6.0", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",