diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ae75d..56e26d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## v0.1.1...main + +[compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.1.1...main) + +### 🏡 Chore + +- Adjust eslint config name ([53c2aa6](https://github.com/stacksjs/bun-ts-starter/commit/53c2aa6)) +- Set type module ([22dde14](https://github.com/stacksjs/bun-ts-starter/commit/22dde14)) + +### ❤️ Contributors + +- Chris + ## v0.1.0...main [compare changes](https://github.com/stacksjs/bun-ts-starter/compare/v0.1.0...main) diff --git a/package.json b/package.json index b9a143a..bd0fd41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bun-ts-starter", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "description": "A simple TypeScript starter kit using Bun.", "author": "Chris Breuer ",