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