We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1003564 commit 44a1c2bCopy full SHA for 44a1c2b
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
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
+
10
## 0.12.10
11
* Fixed another Node.js 14 regression.
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/server",
- "version": "0.12.10",
+ "version": "0.13.0",
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",
"keywords": [
"logux",
0 commit comments