chore(release): 2.0.0 [skip ci]

# [2.0.0](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.332...v2.0.0) (2024-11-25)

* chore!: set license to AGPL-3.0-only ([ab3e0a6](ab3e0a6965))

### BREAKING CHANGES

* This project is now licensed under the AGPL version 3.0

See https://www.scratchfoundation.org/open-source-license
This commit is contained in:
semantic-release-bot 2024-11-25 15:56:40 +00:00
parent 5f0de22e9a
commit d3c19a4754
3 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.332...v2.0.0) (2024-11-25)
* chore!: set license to AGPL-3.0-only ([ab3e0a6](https://github.com/scratchfoundation/scratch-audio/commit/ab3e0a69658078514a9d2b575a40f7ad2afbdae0))
### BREAKING CHANGES
* This project is now licensed under the AGPL version 3.0
See https://www.scratchfoundation.org/open-source-license
## [1.0.332](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.331...v1.0.332) (2024-11-25)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-audio",
"version": "1.0.332",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-audio",
"version": "1.0.332",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"audio-context": "^1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-audio",
"version": "1.0.332",
"version": "2.0.0",
"description": "audio engine for scratch 3.0",
"main": "dist.js",
"browser": "./src/index.js",