We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4000507 commit 8891c74Copy full SHA for 8891c74
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.23.1
5
+* Fixed `status()` action type on undo error.
6
+
7
## 0.23.0
8
* Added separated `wrongCredentials` to `status()` since it need special UI.
9
* Added hiding `disconnected` in `status()` after error to not hide error.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
- "version": "0.23.0",
+ "version": "0.23.1",
"description": "Logux base components to build web client",
"keywords": [
"logux",
0 commit comments