granola-toolkit 0.62.0 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/cli.js +115 -17
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -66,6 +66,10 @@ Key docs entry points:
66
66
  - [`Server, Web, and TUI`](https://kkarimi.github.io/granola-toolkit/docs/server-web-and-tui/)
67
67
  - [`Auth and Configuration`](https://kkarimi.github.io/granola-toolkit/docs/auth-and-configuration/)
68
68
  - [`Development`](https://kkarimi.github.io/granola-toolkit/docs/development/)
69
+ - [`Releases`](https://kkarimi.github.io/granola-toolkit/docs/releases/)
70
+
71
+ Release history is also tracked in
72
+ [`CHANGELOG.md`](https://github.com/kkarimi/granola-toolkit/blob/main/CHANGELOG.md).
69
73
 
70
74
  ## Local Development
71
75