From 352e8d95a1323698e19f79a3c423663a0e933744 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 18 Nov 2024 21:56:21 +0100 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5675e7c..4567258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.3.1...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.3.1...main) + +### 🩹 Fixes + +- Adjust `deepMerge` to handle arrays & objects properyl ([88171a9](https://github.com/stacksjs/bun-config/commit/88171a9)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.3.0...main [compare changes](https://github.com/stacksjs/bun-config/compare/v0.3.0...main) diff --git a/package.json b/package.json index ef90595..0ec15b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.3.1", + "version": "0.3.2", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",