granola-toolkit 0.62.0 → 0.63.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 (2) hide show
  1. package/README.md +4 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "granola-toolkit",
3
- "version": "0.62.0",
3
+ "version": "0.63.0",
4
4
  "description": "Toolkit for exporting and working with Granola meetings, notes, and transcripts",
5
5
  "keywords": [
6
6
  "cli",
@@ -50,6 +50,7 @@
50
50
  "release": "node scripts/release.mjs",
51
51
  "release:major": "node scripts/release.mjs major",
52
52
  "release:minor": "node scripts/release.mjs minor",
53
+ "release:notes": "node scripts/release-notes.mjs",
53
54
  "release:patch": "node scripts/release.mjs patch",
54
55
  "standalone:build": "node scripts/build-standalone.mjs",
55
56
  "standalone:smoke": "node scripts/build-standalone.mjs --smoke-test",