File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.0...main
5
+
6
+ [ compare changes] ( https://github.com/stacksjs/rpx/compare/v0.1.0...main )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Attach binaries ([ a2453d1] ( https://github.com/stacksjs/rpx/commit/a2453d1 ) )
11
+ - Auto generate ssl certs ([ 7f50167] ( https://github.com/stacksjs/rpx/commit/7f50167 ) )
12
+
13
+ ### 🏡 Chore
14
+
15
+ - Adjust lint: fix ([ bfb06a4] ( https://github.com/stacksjs/rpx/commit/bfb06a4 ) )
16
+ - Add stacks/biome-config ([ 553492b] ( https://github.com/stacksjs/rpx/commit/553492b ) )
17
+ - Add test to handle whether port 80 is in use ([ b0c494c] ( https://github.com/stacksjs/rpx/commit/b0c494c ) )
18
+ - Adjust readme ([ 92e5fa2] ( https://github.com/stacksjs/rpx/commit/92e5fa2 ) )
19
+ - Adjust cover ([ d1fcac8] ( https://github.com/stacksjs/rpx/commit/d1fcac8 ) )
20
+ - Adjust readme ([ ecd9b5c] ( https://github.com/stacksjs/rpx/commit/ecd9b5c ) )
21
+ - Wip ([ 2ab3250] ( https://github.com/stacksjs/rpx/commit/2ab3250 ) )
22
+ - Several improvements ([ f33d379] ( https://github.com/stacksjs/rpx/commit/f33d379 ) )
23
+ - Housekeeping ([ 1cdf696] ( https://github.com/stacksjs/rpx/commit/1cdf696 ) )
24
+ - Core refactor ([ 8996c0c] ( https://github.com/stacksjs/rpx/commit/8996c0c ) )
25
+ - Get https to work ([ 4782f43] ( https://github.com/stacksjs/rpx/commit/4782f43 ) )
26
+ - Resolve type errors ([ 4e30d5d] ( https://github.com/stacksjs/rpx/commit/4e30d5d ) )
27
+ - Lint ([ 1529f60] ( https://github.com/stacksjs/rpx/commit/1529f60 ) )
28
+ - Adjust vscode settings ([ c095ad1] ( https://github.com/stacksjs/rpx/commit/c095ad1 ) )
29
+
30
+ ### ❤️ Contributors
31
+
32
+ - Chris ([ @chrisbbreuer ] ( http://github.com/chrisbbreuer ) )
33
+
4
34
## v0.0.1...main
5
35
6
36
[ compare changes] ( https://github.com/stacksjs/reverse-proxy/compare/v0.0.1...main )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stacksjs/rpx" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"description" : " A modern reverse proxy." ,
6
6
"author" :
" Chris Breuer <[email protected] >" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments