diff --git a/CHANGELOG.md b/CHANGELOG.md index acd5e15..653027e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## v0.1.0...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.0...main) + +### 🏡 Chore + +- Adjust links ([aff0251](https://github.com/stacksjs/bun-config/commit/aff0251)) +- Remove `existsSync` check ([d8e8684](https://github.com/stacksjs/bun-config/commit/d8e8684)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## ...main diff --git a/package.json b/package.json index b3fdcbd..a38b9f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",