From 83f2a8c5eed69a1b29973c0c83cf54924c116caa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Feb 2024 21:43:06 +0000 Subject: [PATCH] chore(release): 2.3.61 [skip ci] ## [2.3.61](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.60...v2.3.61) (2024-02-29) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.34 ([23660c1](https://github.com/scratchfoundation/scratch-vm/commit/23660c1404ad8f091ce9d6fbd2428b15deca89f5)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9e1d2c8..9c8c1b890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [2.3.61](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.60...v2.3.61) (2024-02-29) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.34 ([23660c1](https://github.com/scratchfoundation/scratch-vm/commit/23660c1404ad8f091ce9d6fbd2428b15deca89f5)) + ## [2.3.60](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.59...v2.3.60) (2024-02-29) diff --git a/package-lock.json b/package-lock.json index d87858c85..b384047e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.3.60", + "version": "2.3.61", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.3.60", + "version": "2.3.61", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index a13add558..182308f83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.3.60", + "version": "2.3.61", "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": "f76bfe3fbf3cac20e1b4a1e0b8d5e6a7dc49604f" + "sha": "e1d271cc551664bdb4625975826f66b143958112" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",