Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/baud-audio-assets.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/blr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/blr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down