From efabf877ced1179e1bcb452bdf38395edd753d03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:00:38 +0000 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8590350..7af2875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Release entries below are generated by `release-changelog.yml` when a ## [Unreleased] +## [0.7.0] - 2026-07-07 + +- #64 — feat(render): solid arrowhead style + start-head render coverage (@dancj) +- #62 — fix: stop the arrow shaft overlapping the arrowhead (@dancj) + ## [0.6.0] - 2026-07-04 - #56 — feat(avoid): curve-aware detection and per-control-point belly routing (@dancj) diff --git a/package.json b/package.json index cc6105b..f59e7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scroll-arrows", - "version": "0.6.0", + "version": "0.7.0", "description": "Hand-drawn arrows that draw themselves between two elements as you scroll. Roughness goes from clean straight lines to scratchy and curvy.", "type": "module", "sideEffects": false,