Skip to content

Commit ed0d0d3

Browse files
committed
chore: release v0.1.1
1 parent 7f50167 commit ed0d0d3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Changelog
22

33

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+
434
## v0.0.1...main
535

636
[compare changes](https://github.com/stacksjs/reverse-proxy/compare/v0.0.1...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/rpx",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "A modern reverse proxy.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)