We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8da91a commit 70ea410Copy full SHA for 70ea410
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.21.1
5
+* Fixed types.
6
+
7
## 0.21.0
8
* Added `loadValue()`.
9
* Added `ensureLoaded()` helper for tests.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
- "version": "0.21.0",
+ "version": "0.21.1",
"description": "Logux base components to build web client",
"keywords": [
"logux",
0 commit comments