diff --git a/.changeset/calm-stacks-review.md b/.changeset/calm-stacks-review.md deleted file mode 100644 index 2a11c4e..0000000 --- a/.changeset/calm-stacks-review.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphrefly/stack": patch ---- - -Add whole-change review decisions, same-branch correction history, automatic outdated decisions, -and separate human review and deterministic readiness states across linear and DAG review. diff --git a/.changeset/eight-dogs-talk.md b/.changeset/eight-dogs-talk.md deleted file mode 100644 index fee8da3..0000000 --- a/.changeset/eight-dogs-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphrefly/stack": patch ---- - -product-flow diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..96c216b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# @graphrefly/stack + +## 0.1.8 + +### Patch Changes + +- 904bc4c: Add whole-change review decisions, same-branch correction history, automatic outdated decisions, + and separate human review and deterministic readiness states across linear and DAG review. +- 1029a95: product-flow diff --git a/package.json b/package.json index 5f5aa57..5b73b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphrefly/stack", - "version": "0.1.7", + "version": "0.1.8", "private": false, "description": "Review AI changes by intent, architectural reach, and deterministic readiness.", "license": "MIT",