From bb47c2db052ba50ea7fcec58b82f37cbe274a080 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Nov 2024 16:40:35 +0100 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e747fe..91431d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.5.1...main + +[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.1...main) + +### 🏡 Chore + +- Resolve lint errors ([fa023d4](https://github.com/stacksjs/dtsx/commit/fa023d4)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.5.0...main [compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.0...main) diff --git a/package.json b/package.json index eca1014..c790a36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",