mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 15:09:41 +00:00
chore: bump cli 0.4.3
This commit is contained in:
5
deps/cli/CHANGELOG.md
vendored
5
deps/cli/CHANGELOG.md
vendored
@@ -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
|
||||
|
||||
2
deps/cli/package.json
vendored
2
deps/cli/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@logseq/cli",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Logseq CLI",
|
||||
"bin": {
|
||||
"logseq": "cli.mjs"
|
||||
|
||||
Reference in New Issue
Block a user