Skip to content

Commit 7751e9e

Browse files
committed
3.2.0
1 parent baed064 commit 7751e9e

File tree

3 files changed

+27
-50
lines changed

3 files changed

+27
-50
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.2.0
2+
3+
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This moves all of the bare client logic to a shared worker.
4+
15
# 3.1.5
26

37
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This allows the websocket to be properly closed by windows.

package-lock.json

Lines changed: 21 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.5",
3+
"version": "3.2.0",
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": "^1.1.3",
24+
"@mercuryworkshop/bare-mux": "^2.0.0",
2525
"css-tree": "^2.3.1",
2626
"esbuild": "^0.18.11",
2727
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)