Skip to content

Commit 44a1c2b

Browse files
committed
Release 0.13 version
1 parent 1003564 commit 44a1c2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## 0.13 “Seven Red Suns”
5+
* Removed Node.js 14 and Node.js 16 support.
6+
* Moved to Logux Core 0.9.
7+
* Added action processing queues (by @VladBrok).
8+
* Added `unauthenticated` event (by @erictheswift).
9+
410
## 0.12.10
511
* Fixed another Node.js 14 regression.
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logux/server",
3-
"version": "0.12.10",
3+
"version": "0.13.0",
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)