From 17003d3b4167a40e2d3d1af18b0933ae2162185d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 8 Nov 2024 16:49:44 +0100 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7875d8..371a839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.2...main + +[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.2...main) + +### 🏡 Chore + +- Update `bun-plugin-dtsx` ([cb7de86](https://github.com/stacksjs/bun-config/commit/cb7de86)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.1.2...v0.1.2 [compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.2...v0.1.2) diff --git a/package.json b/package.json index 509ea92..ba24e60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-config", "type": "module", - "version": "0.1.2", + "version": "0.1.3", "description": "A smart & fully-typed configuration loader for Bun.", "author": "Chris Breuer ", "license": "MIT",