chore(release): 4.8.95 [skip ci]

## [4.8.95](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.94...v4.8.95) (2024-11-18)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v4.0.31 ([baf946f](https://github.com/scratchfoundation/scratch-vm/commit/baf946fc25c8f358ce9a921785f92591dfdc5aa6))
Esse commit está contido em:
semantic-release-bot
2024-11-18 12:49:24 +00:00
commit 9069639fab
3 arquivos alterados com 11 adições e 4 exclusões
+7
Ver Arquivo
@@ -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.
## [4.8.95](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.94...v4.8.95) (2024-11-18)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v4.0.31 ([baf946f](https://github.com/scratchfoundation/scratch-vm/commit/baf946fc25c8f358ce9a921785f92591dfdc5aa6))
## [4.8.94](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.93...v4.8.94) (2024-11-17)
+2 -2
Ver Arquivo
@@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "4.8.94",
"version": "4.8.95",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "4.8.94",
"version": "4.8.95",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",
+2 -2
Ver Arquivo
@@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.8.94",
"version": "4.8.95",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "94922e86735c5d7ff328eca309303956af555096"
"sha": "6f0b75e32004e2c253085fceb1da639bb413d66b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",