diff --git a/CHANGELOG.md b/CHANGELOG.md index 4567258..d48b88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.3.2...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.3.2...main) + +### 🏡 Chore + +- Rename to bunfig ([818095f](https://github.com/stacksjs/bun-config/commit/818095f)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.3.1...main [compare changes](https://github.com/stacksjs/bun-config/compare/v0.3.1...main) diff --git a/package.json b/package.json index 08ff54e..eef9455 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bunfig", "type": "module", - "version": "0.3.2", + "version": "0.4.0", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",