Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.8.115...v5.0.0) (2024-11-25)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.5.46 ([f895760](f895760))

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

### BREAKING CHANGES

* This project is now licensed under the AGPL version 3.0

See https://www.scratchfoundation.org/open-source-license
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent fe35497 commit 89cf633
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.115...v5.0.0) (2024-11-25)


### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.5.46 ([f895760](https://github.com/scratchfoundation/scratch-vm/commit/f895760827a6eeebdfb864a54fa92c020ecd2a69))


* chore!: set license to AGPL-3.0-only ([1076712](https://github.com/scratchfoundation/scratch-vm/commit/1076712c3f35cfb666dfd452d036907a4164741f))


### BREAKING CHANGES

* This project is now licensed under the AGPL version 3.0

See https://www.scratchfoundation.org/open-source-license

## [4.8.115](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.114...v4.8.115) (2024-11-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "scratch-vm",
"version": "4.8.115",
"version": "5.0.0",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "84bcfc713548d80228c75eb90e02e362ccc6c996"
"sha": "fe354972931164e78bec040ebdccf16375a2ef7d"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",
Expand Down

0 comments on commit 89cf633

Please sign in to comment.