Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 18, 2024
1 parent 31581b8 commit 65da192
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.8.1...main

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

### 🩹 Fixes

- Properly utilize cleanup ([2128973](https://github.com/stacksjs/rpx/commit/2128973))

### 🏡 Chore

- Config changes ([51d56d2](https://github.com/stacksjs/rpx/commit/51d56d2))
- Minor adjustments ([5d81278](https://github.com/stacksjs/rpx/commit/5d81278))
- Update tlsx ([31581b8](https://github.com/stacksjs/rpx/commit/31581b8))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))

## v0.8.0...main

[compare changes](https://github.com/stacksjs/rpx/compare/v0.8.0...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/rpx",
"type": "module",
"version": "0.8.1",
"version": "0.9.0",
"description": "A modern and smart reverse proxy.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { ReverseProxyConfigs, ReverseProxyOption, ReverseProxyOptions, Sing
import fs from 'node:fs/promises'
import { homedir } from 'node:os'
import { join } from 'node:path'
import { consola as log } from 'consola'
import { addCertToSystemTrustStoreAndSaveCert, createRootCA, generateCertificate as generateCert } from '@stacksjs/tlsx'
import { consola as log } from 'consola'
import { config } from './config'
import { debugLog, getPrimaryDomain, isMultiProxyConfig, isMultiProxyOptions, isSingleProxyOptions, isValidRootCA, safeDeleteFile } from './utils'

Expand Down

0 comments on commit 65da192

Please sign in to comment.