From 56908950866cede899559ebb934621ad850aec4f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 13:41:22 +0100 Subject: [PATCH] chore: release v0.6.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ce50a..898e50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.6.4...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.6.4...main) + +### 🏡 Chore + +- Update tlsx ([b5f1fc8](https://github.com/stacksjs/rpx/commit/b5f1fc8)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.6.3...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.6.3...main) diff --git a/package.json b/package.json index 02e1415..11bf120 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.6.4", + "version": "0.6.5", "description": "A modern and smart reverse proxy.", "author": "Chris Breuer ", "license": "MIT",