diff --git a/.changeset/baud-audio-assets.md b/.changeset/baud-audio-assets.md deleted file mode 100644 index c5f45ff..0000000 --- a/.changeset/baud-audio-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blurengine/cli": minor ---- - -Add Bebe BAUD audio asset support so projects can compile `audio/**/*.baud` through project-installed Bebe tooling, convert MIDI files into editable BAUD sources with mapped/dropped-part reporting and playback-profile override flags from `blr audio convert`, and audition loaded or inline BAUD cues through the dev-only audio command, including inline action bar visualisation when supported by Bebe. diff --git a/packages/blr/CHANGELOG.md b/packages/blr/CHANGELOG.md index 6790118..7ff4070 100644 --- a/packages/blr/CHANGELOG.md +++ b/packages/blr/CHANGELOG.md @@ -1,5 +1,11 @@ # @blurengine/cli +## 0.14.0 + +### Minor Changes + +- [`65059b6`](https://github.com/BlurEngine/cli/commit/65059b64a6835455a8ad59ee901bbd11705ba83d) Thanks [@SupaHam](https://github.com/SupaHam)! - Add Bebe BAUD audio asset support so projects can compile `audio/**/*.baud` through project-installed Bebe tooling, convert MIDI files into editable BAUD sources with mapped/dropped-part reporting and playback-profile override flags from `blr audio convert`, and audition loaded or inline BAUD cues through the dev-only audio command, including inline action bar visualisation when supported by Bebe. + ## 0.13.0 ### Minor Changes diff --git a/packages/blr/package.json b/packages/blr/package.json index 1e5b307..4f281da 100644 --- a/packages/blr/package.json +++ b/packages/blr/package.json @@ -1,6 +1,6 @@ { "name": "@blurengine/cli", - "version": "0.13.0", + "version": "0.14.0", "description": "BlurEngine generator and lifecycle CLI.", "author": "Blur Engine Limited", "license": "Apache-2.0",