Browse Source

chore: bump cli 0.4.3

Gabriel Horner 1 week ago
parent
commit
cbf67bffc8
2 changed files with 6 additions and 1 deletions
  1. 5 0
      deps/cli/CHANGELOG.md
  2. 1 1
      deps/cli/package.json

+ 5 - 0
deps/cli/CHANGELOG.md

@@ -1,3 +1,8 @@
+## 0.4.3
+* Add `--roundtrip` option to `export-edn` command
+* Fix `list` command to only display DB graphs
+* Fix `validate` command not working with latest schema
+
 ## 0.4.2
 * Add `--help` to all commands as an alternative to `help [command]`
 * Add `--validate` option to `export-edn` command

+ 1 - 1
deps/cli/package.json

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