Skip to content

Commit 0a78e42

Browse files
committed
Release 0.13.1 version
1 parent e713ce8 commit 0a78e42

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.13.1
5+
* Fixed vulnerability audit by moving to `cookie` 0.7.
6+
47
## 0.13 “Seven Red Suns”
58
* Removed Node.js 14 and Node.js 16 support.
69
* Moved to Logux Core 0.9.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logux/server",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",
55
"keywords": [
66
"logux",

0 commit comments

Comments
 (0)