Skip to content

Commit

Permalink
chore(release): 5.0.92 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.92](v5.0.91...v5.0.92) (2025-01-02)

### Bug Fixes

* adapt to new scratch-storage@>=3 API ([4cf4e24](4cf4e24))
* **deps:** add missing buffer dependency ([8bce7e3](8bce7e3))
* **deps:** update dependency scratch-storage to v4 ([9a96981](9a96981))
  • Loading branch information
semantic-release-bot committed Jan 2, 2025
1 parent d6f13e0 commit fe48f1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.92](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.91...v5.0.92) (2025-01-02)


### Bug Fixes

* adapt to new scratch-storage@>=3 API ([4cf4e24](https://github.com/scratchfoundation/scratch-vm/commit/4cf4e24b40f945a964bc7787d4cccfd8e72374db))
* **deps:** add missing buffer dependency ([8bce7e3](https://github.com/scratchfoundation/scratch-vm/commit/8bce7e3d3b2ebbafb1f27c01bc0166218dffc954))
* **deps:** update dependency scratch-storage to v4 ([9a96981](https://github.com/scratchfoundation/scratch-vm/commit/9a96981ee6fdd86bb22fa905d661d98f130f33e9))

## [5.0.91](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.90...v5.0.91) (2025-01-02)


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.91",
"version": "5.0.92",
"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": "5e72055c0a480a838915d82e8591b92ce9caae7e"
"sha": "d6f13e0708c8e1d77bb76cf79e6276f6b0125536"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",
Expand Down

0 comments on commit fe48f1b

Please sign in to comment.