We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7722609 commit e32ae89Copy full SHA for e32ae89
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.2 (2021-01-11)
4
+
5
+* Fix the type of `with` to allow number and boolean values
6
7
## 0.2.1 (2021-01-08)
8
9
* Update documentation (no code changes)
lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
- "version": "0.2.1"
+ "version": "0.2.2"
}
0 commit comments