Skip to content

Commit baed064

Browse files
committed
bump bare-mux ver
1 parent 823f0d7 commit baed064

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.1.5
2+
3+
- 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.
4+
15
# 3.1.4
26

37
- This version of Ultraviolet fixes an NPM versioning error.

package-lock.json

Lines changed: 9 additions & 9 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.4",
3+
"version": "3.1.5",
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.2",
24+
"@mercuryworkshop/bare-mux": "^1.1.3",
2525
"css-tree": "^2.3.1",
2626
"esbuild": "^0.18.11",
2727
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)