From bc5d4184df3c2e71ef839033777a7fb4379cc850 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 20 Oct 2024 12:40:24 +0200 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 749def6..d19e1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.2.2...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.2.2...main) + +### 🏡 Chore + +- Extract adjustments ([3cc76b5](https://github.com/stacksjs/dtsx/commit/3cc76b5)) +- Resolve lint errors ([3b1d97c](https://github.com/stacksjs/dtsx/commit/3b1d97c)) + +### ❤️ Contributors + +- Chris + ## v0.2.1...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.2.1...main) diff --git a/package.json b/package.json index 9909dcf..ad9056d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.2.2", + "version": "0.3.0", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",