diff --git a/CHANGELOG.md b/CHANGELOG.md index 4836648..e63ee20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v0.1.0...main + +[compare changes](https://github.com/stacksjs/dts-generation/compare/v0.1.0...main) + +### 🏡 Chore + +- Add `dtsx` bin to gitignore ([abc38dc](https://github.com/stacksjs/dts-generation/commit/abc38dc)) +- Rely on `prepublishOnly` ([143d499](https://github.com/stacksjs/dts-generation/commit/143d499)) + +### ❤️ Contributors + +- Chris + ## ...main diff --git a/package.json b/package.json index 25eb3dd..e6c2a16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dtsx", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "description": "A modern, fast .d.ts generation tool, powered by Bun.", "author": "Chris Breuer ", "license": "MIT",