From 382b75ecf651b0483a3200e5e1bd639f6d353e5d Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 22 Nov 2024 19:03:40 +0100 Subject: [PATCH] chore: release v0.4.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674330d..4f1ec02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog +## v0.3.1...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.3.1...main) + +### 🚀 Enhancements + +- Ensure multiple proxies work ([7420091](https://github.com/stacksjs/rpx/commit/7420091)) + +### 🩹 Fixes + +- Ensure /etc/hosts is cleaned if configured ([501027c](https://github.com/stacksjs/rpx/commit/501027c)) + +### 🏡 Chore + +- Several updates ([b519c5b](https://github.com/stacksjs/rpx/commit/b519c5b)) +- Lint ([c47d212](https://github.com/stacksjs/rpx/commit/c47d212)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.3.0...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.3.0...main) diff --git a/package.json b/package.json index 7b3f793..c5de48b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.3.1", + "version": "0.4.0", "description": "A modern reverse proxy.", "author": "Chris Breuer ", "license": "MIT",