diff --git a/CHANGELOG.md b/CHANGELOG.md index e63ee20..9a05abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.1.1...main + +[compare changes](https://github.com/stacksjs/dts-generation/compare/v0.1.1...main) + +### 🚀 Enhancements + +- Add binaries ([1e3eec3](https://github.com/stacksjs/dts-generation/commit/1e3eec3)) + +### 🏡 Chore + +- Rename package ([05948f1](https://github.com/stacksjs/dts-generation/commit/05948f1)) + +### ❤️ Contributors + +- Chris + ## v0.1.0...main [compare changes](https://github.com/stacksjs/dts-generation/compare/v0.1.0...main) diff --git a/package.json b/package.json index 2c05a10..825bcfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/dtsx", "type": "module", - "version": "0.1.1", + "version": "0.2.0", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",