From 23a98f65204975920f9f1e4f4acb524a956dad52 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Nov 2024 20:15:23 +0100 Subject: [PATCH] chore: release v0.5.4 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9bd459..b7b29ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.5.3...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.3...main) + +### 🏡 Chore + +- Wip ([fdbb721](https://github.com/stacksjs/dtsx/commit/fdbb721)) +- Improve `trackTypeUsage` ([0691934](https://github.com/stacksjs/dtsx/commit/0691934)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.5.2...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.2...main) diff --git a/package.json b/package.json index f53be1b..75d56f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.5.3", + "version": "0.5.4", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",