Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Jul 8, 2024
1 parent baed064 commit 7751e9e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.0

- 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.

# 3.1.5

- 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.
Expand Down
69 changes: 21 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "3.1.5",
"version": "3.2.0",
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"main": "lib/index.cjs",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"@mercuryworkshop/bare-mux": "^1.1.3",
"@mercuryworkshop/bare-mux": "^2.0.0",
"css-tree": "^2.3.1",
"esbuild": "^0.18.11",
"eslint": "^8.28.0",
Expand Down

0 comments on commit 7751e9e

Please sign in to comment.