diff --git a/CHANGELOG.md b/CHANGELOG.md index 898e50d..6a46b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.6.5...main + +[compare changes](https://github.com/stacksjs/rpx/compare/v0.6.5...main) + +### 🚀 Enhancements + +- Allow for vite plugin usage ([64d7852](https://github.com/stacksjs/rpx/commit/64d7852)) + +### 🏡 Chore + +- Docs updates ([5672ee8](https://github.com/stacksjs/rpx/commit/5672ee8)) +- Docs updates ([79ce3c6](https://github.com/stacksjs/rpx/commit/79ce3c6)) +- Add default docs theme ([eadc187](https://github.com/stacksjs/rpx/commit/eadc187)) +- Wip ([a8566e0](https://github.com/stacksjs/rpx/commit/a8566e0)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.6.4...main [compare changes](https://github.com/stacksjs/rpx/compare/v0.6.4...main) diff --git a/package.json b/package.json index 11bf120..763a0a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/rpx", "type": "module", - "version": "0.6.5", + "version": "0.7.0", "description": "A modern and smart reverse proxy.", "author": "Chris Breuer ", "license": "MIT",