From 6da5e960d7432c998bb483b4f532ad3052037f46 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Nov 2024 15:01:10 +0100 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653027e..e725be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.1...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.1...main) + +### 🏡 Chore + +- Minor adjustments ([18ab3dd](https://github.com/stacksjs/bun-config/commit/18ab3dd)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.1.0...main [compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.0...main) diff --git a/package.json b/package.json index e71cb38..7012366 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",