Skip to content

Commit 65da192

Browse files
committed
chore: release v0.9.0
1 parent 31581b8 commit 65da192

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## v0.8.1...main
5+
6+
[compare changes](https://github.com/stacksjs/rpx/compare/v0.8.1...main)
7+
8+
### 🩹 Fixes
9+
10+
- Properly utilize cleanup ([2128973](https://github.com/stacksjs/rpx/commit/2128973))
11+
12+
### 🏡 Chore
13+
14+
- Config changes ([51d56d2](https://github.com/stacksjs/rpx/commit/51d56d2))
15+
- Minor adjustments ([5d81278](https://github.com/stacksjs/rpx/commit/5d81278))
16+
- Update tlsx ([31581b8](https://github.com/stacksjs/rpx/commit/31581b8))
17+
18+
### ❤️ Contributors
19+
20+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
21+
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))
22+
423
## v0.8.0...main
524

625
[compare changes](https://github.com/stacksjs/rpx/compare/v0.8.0...main)

package.json

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

src/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { ReverseProxyConfigs, ReverseProxyOption, ReverseProxyOptions, Sing
22
import fs from 'node:fs/promises'
33
import { homedir } from 'node:os'
44
import { join } from 'node:path'
5-
import { consola as log } from 'consola'
65
import { addCertToSystemTrustStoreAndSaveCert, createRootCA, generateCertificate as generateCert } from '@stacksjs/tlsx'
6+
import { consola as log } from 'consola'
77
import { config } from './config'
88
import { debugLog, getPrimaryDomain, isMultiProxyConfig, isMultiProxyOptions, isSingleProxyOptions, isValidRootCA, safeDeleteFile } from './utils'
99

0 commit comments

Comments
 (0)