diff --git a/.changeset/ship-latest.md b/.changeset/ship-latest.md new file mode 100644 index 0000000..bd4f0eb --- /dev/null +++ b/.changeset/ship-latest.md @@ -0,0 +1,5 @@ +--- +"lettr": patch +--- + +Publish stable 1.0.x to npm dist-tag `latest` (previous releases were routed to the `snapshot` tag by CI). diff --git a/package.json b/package.json index 90e705d..7d0df50 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "build": "bun run --filter '*' build", "test": "bun run --filter '*' test", - "ci:publish": "node scripts/resolve-workspace-protocols.mjs && bunx changeset publish --tag snapshot" + "ci:publish": "node scripts/resolve-workspace-protocols.mjs && bunx changeset publish" }, "devDependencies": { "@changesets/cli": "^2.29.8"