diff --git a/.changeset/five-rules-hide.md b/.changeset/five-rules-hide.md deleted file mode 100644 index f223d13..0000000 --- a/.changeset/five-rules-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@decoy9697/a-star": patch ---- - -Fixes an issue where the goal node is used instead of a neighbour, which can break paths that rely on generated spaces (such as GOAP). diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e93275..6e43ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @decoy9697/a-star +## 2.0.1 + +### Patch Changes + +- f152dd0: Fixes an issue where the goal node is used instead of a neighbour, which can break paths that rely on generated spaces (such as GOAP). + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 24a64ee..e45492f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.0.1", "scripts": { "ci": "npm run build && npm run test && npm run check-exports", "format": "xo --fix",