From 88b55374796081e1a579f0e6ed00e365593f7147 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 01:14:34 +0100 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a380fe1..7e98efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.6.0...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.6.0...main) + +### 🏡 Chore + +- Update readme examples ([4284e7e](https://github.com/stacksjs/rpx/commit/4284e7e)) +- Minify build ([a00f9e6](https://github.com/stacksjs/rpx/commit/a00f9e6)) +- Add bun options ([96bbef6](https://github.com/stacksjs/rpx/commit/96bbef6)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.5.1...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.5.1...main) diff --git a/package.json b/package.json index 694744e..5874347 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "description": "A modern reverse proxy.", "author": "Chris Breuer ", "license": "MIT",