We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14e997 commit 0c27a82Copy full SHA for 0c27a82
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.12.8
5
+* Replaced `ip` to fix vulnerability.
6
+* Updated dependencies.
7
+
8
## 0.12.7
9
* Moved `ip` to `2.x` to fix vulnerability.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/server",
- "version": "0.12.7",
+ "version": "0.12.8",
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",
"keywords": [
"logux",
0 commit comments