From 7b7a688b93cc2b75bbfa0a9aa8b1a88ae5d8a146 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:15:12 +0000 Subject: [PATCH] chore: version packages --- .changeset/world-spatial-foundations.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/world-spatial-foundations.md 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",