From 04ec4602062b68dadf1f0bde6fd06a4592833cf8 Mon Sep 17 00:00:00 2001 From: Kris Braun Date: Sun, 19 Oct 2025 00:54:16 -0400 Subject: [PATCH] Fix release --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5036abd..bed0f3c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", - "changelog": ["./.changeset/changelog-formatter.js", { "repo": "plotday/plot" }], + "changelog": ["./changelog-formatter.js", { "repo": "plotday/plot" }], "commit": false, "fixed": [], "linked": [],