diff --git a/.changeset/world-spatial-foundations.md b/.changeset/world-spatial-foundations.md deleted file mode 100644 index 3de3829..0000000 --- a/.changeset/world-spatial-foundations.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@blurengine/bebe": minor ---- - -Add exact authored-location packs, deterministic three-dimensional path maths, -Node-safe tooling exports, and reusable voxel key and quarter-turn primitives. -Keep the public maths barrel safe outside Minecraft while preserving the -Bedrock-compatible `Facing` contract. diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bfc12..b11cd66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.10.0 + +### Minor Changes + +- [#65](https://github.com/BlurEngine/bebe/pull/65) [`d722e26`](https://github.com/BlurEngine/bebe/commit/d722e268d7e8c566ce6f7af75dad592452b8f685) Thanks [@SupaHam](https://github.com/SupaHam)! - Add exact authored-location packs, deterministic three-dimensional path maths, + Node-safe tooling exports, and reusable voxel key and quarter-turn primitives. + Keep the public maths barrel safe outside Minecraft while preserving the + Bedrock-compatible `Facing` contract. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index 4cf1772..254a251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blurengine/bebe", - "version": "0.9.0", + "version": "0.10.0", "description": "BlurEngine game library for Minecraft: Bedrock Edition Scripting API", "keywords": [ "blurengine",