mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
chore: bump cli to 0.3.0 for release
This commit is contained in:
5
deps/cli/CHANGELOG.md
vendored
5
deps/cli/CHANGELOG.md
vendored
@@ -1,3 +1,8 @@
|
||||
## 0.3.0
|
||||
* Add mcp-server command to run a MCP server
|
||||
* All commands that have graph args and options now support local paths e.g. `logseq search $HOME/Downloads/logseq_db_yep_1751032977.sqlite foo`
|
||||
* Fix: Unexpected errors don't exit with 1
|
||||
|
||||
## 0.2.0
|
||||
* Add export command to export graph as markdown
|
||||
* Add append command to add text to current page
|
||||
|
||||
2
deps/cli/package.json
vendored
2
deps/cli/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@logseq/cli",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Logseq CLI",
|
||||
"bin": {
|
||||
"logseq": "cli.mjs"
|
||||
|
||||
Reference in New Issue
Block a user