We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52905da commit e792791Copy full SHA for e792791
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.5.0
5
+* Added types for compressed E2EE actions.
6
+* Moved to Logux Core 0.10.
7
+* Removed Node.js 18 support.
8
+
9
## 0.4.0
10
* Moved to Logux Core 0.9.
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/actions",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "Types and action creators for build-in Logux actions",
"keywords": [
"logux",
0 commit comments