Skip to content

Commit

Permalink
chore(release): 5.0.208 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.208](v5.0.207...v5.0.208) (2025-03-07)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.76 ([07aa934](07aa934))
  • Loading branch information
semantic-release-bot committed Mar 7, 2025
1 parent dd2821f commit dfb64ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.208](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.207...v5.0.208) (2025-03-07)


### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.76 ([07aa934](https://github.com/scratchfoundation/scratch-vm/commit/07aa9346c166297243a38cf08213bb735f85ef77))

## [5.0.207](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.206...v5.0.207) (2025-03-06)


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": "5.0.207",
"version": "5.0.208",
"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": "decb6ce055466afb8035fff06369e8b6cce063bb"
"sha": "dd2821fa95b770f88cd967105dba1a4f33aacb59"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",
Expand Down

0 comments on commit dfb64ed

Please sign in to comment.