chore: bump cli 0.4.3

This commit is contained in:
Gabriel Horner
2026-02-23 10:05:20 -05:00
parent b484b072a3
commit cbf67bffc8
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

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