We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b73c2 commit 4198aabCopy full SHA for 4198aab
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.22.1
5
+* Fixed `CryptoKey is not defined` issue in some environment.
6
+
7
## 0.22.0
8
* Added compression to E2EE.
9
* Moved to number as subprotocol.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
- "version": "0.22.0",
+ "version": "0.22.1",
"description": "Logux base components to build web client",
"keywords": [
"logux",
0 commit comments