Skip to content

Commit 15d4430

Browse files
committed
3.2.7
1 parent 4e4afd6 commit 15d4430

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.2.7
2+
3+
- This version of Ultraviolet updates the XOR and Base64 codecs to be more efficient and fast by removing unneccesary code.
4+
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows remote transports to be set (transports that run in the window).
5+
16
# 3.2.6
27

38
- This version of Ultraviolet fixes an issue with the `Content-Type` header not being rewritten properly.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titaniumnetwork-dev/ultraviolet",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
55
"main": "lib/index.cjs",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"prepare": "npm run build"
2222
},
2323
"devDependencies": {
24-
"@mercuryworkshop/bare-mux": "^2.0.3",
24+
"@mercuryworkshop/bare-mux": "^2.0.4",
2525
"astring": "^1.8.6",
2626
"esbuild": "^0.18.11",
2727
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)