From 6c74f4dd18e232423bcc4b7de26bbeacc095a1ca Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 19 Oct 2024 21:44:34 +0200 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2ef45..aa19c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.2.0...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.2.0...main) + +### 🏡 Chore + +- Improve the readme ([aa6c02a](https://github.com/stacksjs/dtsx/commit/aa6c02a)) +- Remove unused dep ([03d57bb](https://github.com/stacksjs/dtsx/commit/03d57bb)) +- Improve readme ([b156264](https://github.com/stacksjs/dtsx/commit/b156264)) +- Adjust readme ([31c72bb](https://github.com/stacksjs/dtsx/commit/31c72bb)) +- Ensure dist is deleted ([a61e051](https://github.com/stacksjs/dtsx/commit/a61e051)) +- Wip ([9e54629](https://github.com/stacksjs/dtsx/commit/9e54629)) +- Minify build ([c4c5d56](https://github.com/stacksjs/dtsx/commit/c4c5d56)) + +### ❤️ Contributors + +- Chris + ## v0.1.1...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.1.1...main) diff --git a/package.json b/package.json index dcc2845..9951350 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",