From 8360cfb721d4bde02fc69adac107c4d8d3241693 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Feb 2024 17:25:05 -0800 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b1035..49df2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.4.0...main + +[compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.4.0...main) + +### 🏡 Chore + +- Adjust build ([618b2de](https://github.com/stacksjs/bun-plugin-env/commit/618b2de)) + +### ❤️ Contributors + +- Chris + ## v0.3.0...main [compare changes](https://github.com/stacksjs/bun-plugin-env/compare/v0.3.0...main) diff --git a/package.json b/package.json index ffc1e0f..3e8d117 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-env", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "A simple Bun plugin to load .env files as modules.", "author": "Chris Breuer ", "license": "MIT",