From be296057f1951f31299b5f7a8297649391ec0fa2 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2024 13:02:59 +0100 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6804210..e3565c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.6.0...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.6.0...main) + +### 🏡 Chore + +- Adjust changelog ([dfdf3cc](https://github.com/stacksjs/dtsx/commit/dfdf3cc)) +- Couple minor fixes ([cf0928f](https://github.com/stacksjs/dtsx/commit/cf0928f)) + +### ❤️ 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 ac70fe8..0a7ab8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",