Skip to content

Commit 1f4054b

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-01-16) ### Bug Fixes * fix taking a SoundPlayer's state ([90589b8](90589b8)) * listen to ended event to note playback stopping ([5c822e6](5c822e6)) ### Features * use GreenPlayer in AudioPlayer ([9617498](9617498))
1 parent 76379e6 commit 1f4054b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2024-01-16)
7+
8+
9+
### Bug Fixes
10+
11+
* fix taking a SoundPlayer's state ([90589b8](https://github.com/scratchfoundation/scratch-audio/commit/90589b861d46c14d1ae7c365e875f3dd893739a6))
12+
* listen to ended event to note playback stopping ([5c822e6](https://github.com/scratchfoundation/scratch-audio/commit/5c822e654205a9b0a54106e419a11c611a160f42))
13+
14+
15+
### Features
16+
17+
* use GreenPlayer in AudioPlayer ([9617498](https://github.com/scratchfoundation/scratch-audio/commit/961749815c63a4756890590f903cc0da99eaf72d))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-audio",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "audio engine for scratch 3.0",
55
"main": "dist.js",
66
"browser": "./src/index.js",

0 commit comments

Comments
 (0)