We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda0f3a commit b6c466bCopy full SHA for b6c466b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.10 ꙮ
5
+* Moved to Protocol 5 with number as subprotocol.
6
+* Removed Node.js 18 support.
7
+
8
## 0.9 L·L
9
* Removed Node.js 16 support.
10
* Replaced `inMap` and `inFilter` with `onReceive`.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/core",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Logux core components",
"keywords": [
"logux",
0 commit comments