We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676fbb6 commit 83ef6eeCopy full SHA for 83ef6ee
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.22.3
5
+* Fixed `0/clean` infinite loop.
6
+
7
## 0.22.2
8
* Added `FilterStoreExt` type export.
9
* Added `LoadedFilter` type export.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
- "version": "0.22.2",
+ "version": "0.22.3",
"description": "Logux base components to build web client",
"keywords": [
"logux",
0 commit comments