1
0
Эх сурвалжийг харах

chore(cli): Bump cli to 0.4.1

Gabriel Horner 1 долоо хоног өмнө
parent
commit
6b5e25bcf7

+ 5 - 0
deps/cli/CHANGELOG.md

@@ -1,3 +1,8 @@
+## 0.4.1
+* Add `--open-schema` option to `validate` command
+* Fix `append` command fails
+* Fix `import-edn` command hangs on unexpected errors
+
 ## 0.4.0
 * BREAKING CHANGE: Commands that call local graphs are invoked with `-g` instead of as an argument e.g. `logseq search foo -g db-name` instead of `logseq search db-name foo`
 * Add `import-edn` command for local and in-app graphs

+ 1 - 1
deps/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@logseq/cli",
-  "version": "0.4.0",
+  "version": "0.4.1",
   "description": "Logseq CLI",
   "bin": {
     "logseq": "cli.mjs"