From 1bca0325fe3983ea081039340861c7defbf25d04 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 9 Nov 2024 17:30:22 +0100 Subject: [PATCH] chore: release v0.1.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a71c6ce..9ab4622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.4...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.4...main) + +### 🏡 Chore + +- Update dtsx ([0cdc51c](https://github.com/stacksjs/bun-config/commit/0cdc51c)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.1.3...main [compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.3...main) diff --git a/package.json b/package.json index 1553212..237f1ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.1.4", + "version": "0.1.5", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",