Browse Source

chore: bump cli to 0.3.0 for release

Gabriel Horner 5 days ago
parent
commit
a138a0e973
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.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

+ 1 - 1
deps/cli/package.json

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