mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-15 16:58:45 -04:00
chore(release): 5.0.165 [skip ci]
## [5.0.165](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.164...v5.0.165) (2025-02-12) ### Bug Fixes * **deps:** update dependency scratch-l10n to v5.0.122 ([5ff267c
](5ff267c934
))
This commit is contained in:
parent
4d0cb26833
commit
df46455c7a
3 changed files with 11 additions and 4 deletions
|
@ -3,6 +3,13 @@
|
||||||
All notable changes to this project will be documented in this file. See
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [5.0.165](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.164...v5.0.165) (2025-02-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency scratch-l10n to v5.0.122 ([5ff267c](https://github.com/scratchfoundation/scratch-vm/commit/5ff267c9349090899e88c72025fddcfbdea9d0cc))
|
||||||
|
|
||||||
## [5.0.164](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.163...v5.0.164) (2025-02-11)
|
## [5.0.164](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.163...v5.0.164) (2025-02-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "5.0.164",
|
"version": "5.0.165",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "5.0.164",
|
"version": "5.0.165",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vernier/godirect": "^1.5.0",
|
"@vernier/godirect": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-vm",
|
"name": "scratch-vm",
|
||||||
"version": "5.0.164",
|
"version": "5.0.165",
|
||||||
"description": "Virtual Machine for Scratch 3.0",
|
"description": "Virtual Machine for Scratch 3.0",
|
||||||
"author": "Massachusetts Institute of Technology",
|
"author": "Massachusetts Institute of Technology",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
||||||
"sha": "4380bea7d5408f9a520c62ff3e9df50b6bbb9ee0"
|
"sha": "4d0cb26833c7bdc50f69f22fd9199234de0923ef"
|
||||||
},
|
},
|
||||||
"main": "./dist/node/scratch-vm.js",
|
"main": "./dist/node/scratch-vm.js",
|
||||||
"browser": "./dist/web/scratch-vm.js",
|
"browser": "./dist/web/scratch-vm.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue