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 4ebe423 commit 5c19059Copy full SHA for 5c19059
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.16.5
2
+
3
+- Makes cli tool `open` and `close` more resilient to errors.
4
+- Dependency update.
5
6
## 0.16.4
7
8
- Refactor of file locks during a vacuum
deno.json
@@ -1,6 +1,6 @@
{
"name": "@cross/kv",
- "version": "0.16.4",
+ "version": "0.16.5",
"exports": {
".": "./mod.ts",
"./cli": "./src/cli/mod.ts"
0 commit comments