diff --git a/.changeset/list-hunkydory.md b/.changeset/list-hunkydory.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/list-hunkydory.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/website/src/data/extensions.ts b/website/src/data/extensions.ts index cecf3ca57..572ec8549 100644 --- a/website/src/data/extensions.ts +++ b/website/src/data/extensions.ts @@ -157,6 +157,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [ version: "0.1.0", apiVersion: 6, }, + { + repo: "TreeHappy/hunkydory", + name: "hunkydory", + summary: + "Exports a review's diffs and notes to Markdown and JSON, and re-imports comments from an export into a live session.", + categories: ["Command"], + version: "0.1.0", + apiVersion: 1, + }, ]; /**