From 0a5496154464ed1eb20c2c875c4402262177aacf Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 00:57:12 +0100 Subject: [PATCH] chore: release v0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066877d..a380fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.5.1...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.5.1...main) + +### 🚀 Enhancements + +- Add cleanUrls option ([52ab5f8](https://github.com/stacksjs/rpx/commit/52ab5f8)) + +### 🏡 Chore + +- Add eslint comments ([cd13a99](https://github.com/stacksjs/rpx/commit/cd13a99)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.5.0...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.5.0...main) diff --git a/package.json b/package.json index 98a8326..4ee9262 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.5.1", + "version": "0.6.0", "description": "A modern reverse proxy.", "author": "Chris Breuer ", "license": "MIT",