From c1143d3f39a4df909027df0c3a28d43dcf6c2470 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2024 11:33:43 +0100 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371a839..a71c6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.3...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.3...main) + +### 🏡 Chore + +- Update deps ([f4f11b5](https://github.com/stacksjs/bun-config/commit/f4f11b5)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.1.2...main [compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.2...main) diff --git a/package.json b/package.json index 4ae751f..311d697 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.1.3", + "version": "0.1.4", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",