We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e713ce8 commit 0a78e42Copy full SHA for 0a78e42
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.13.1
5
+* Fixed vulnerability audit by moving to `cookie` 0.7.
6
+
7
## 0.13 “Seven Red Suns”
8
* Removed Node.js 14 and Node.js 16 support.
9
* Moved to Logux Core 0.9.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/server",
- "version": "0.13.0",
+ "version": "0.13.1",
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",
"keywords": [
"logux",
0 commit comments