Skip to content

Commit

Permalink
chore(release): 5.0.71 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.71](v5.0.70...v5.0.71) (2024-12-24)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v5.0.60 ([7291a43](7291a43))
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent 8ff3b9b commit b0dd286
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.71](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.70...v5.0.71) (2024-12-24)


### Bug Fixes

* **deps:** update dependency scratch-l10n to v5.0.60 ([7291a43](https://github.com/scratchfoundation/scratch-vm/commit/7291a43ba4966edc4abf9f9e3656534d83ca542b))

## [5.0.70](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.69...v5.0.70) (2024-12-23)


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.70",
"version": "5.0.71",
"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": "d09c34996a10e075fe9976608ae6d281cb953c5e"
"sha": "8ff3b9bc0b2f6ce6c039625faa52ac3972e26e04"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",
Expand Down

0 comments on commit b0dd286

Please sign in to comment.