chore: bump cli to 0.3.0 for release

This commit is contained in:
Gabriel Horner
2025-10-29 16:13:01 -04:00
parent 15a5f29b4b
commit a138a0e973
2 changed files with 6 additions and 1 deletions

View File

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

View File

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