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.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0

### Minor Changes

- [`88a02c0`](https://github.com/BlurEngine/bebe/commit/88a02c0906518c2a8a285cd726447581e3810ed7) Thanks [@SupaHam](https://github.com/SupaHam)! - Add BAUD audio cue authoring, compact audio pack tooling, the root `Audio` runtime service, and an internal dev command for auditioning loaded or inline BAUD cues with an action bar visualizer that keeps richer inline authoring metadata out of shipped audio packs.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blurengine/bebe",
"version": "0.7.0",
"version": "0.8.0",
"description": "BlurEngine game library for Minecraft: Bedrock Edition Scripting API",
"keywords": [
"blurengine",
Expand Down
Loading