From 5cf2de9eefe969b259138635a4f1478eda4eb850 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jan 2024 06:46:29 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.2.0...v2.3.0) (2024-01-17) ### Features * **deps:** update dependency scratch-blocks to v1.1.0 ([36e093d](https://github.com/scratchfoundation/scratch-vm/commit/36e093daefc47ead50c0675afa52cc80f84f8776)) --- 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 3a5aa46dab6..f1f43f7c8ac 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.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.2.0...v2.3.0) (2024-01-17) + + +### Features + +* **deps:** update dependency scratch-blocks to v1.1.0 ([36e093d](https://github.com/scratchfoundation/scratch-vm/commit/36e093daefc47ead50c0675afa52cc80f84f8776)) + # [2.2.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.68...v2.2.0) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index 07e1ab0f195..37b7fd7eaa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.2.0", + "version": "2.3.0", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index c1f1729bf9d..e4f6c4b9538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.2.0", + "version": "2.3.0", "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": "562f76f17b9f2fcfe57d9ef03ad37ce36908a67b" + "sha": "1f90180d81d247fc731fc15e1c362738500632f8" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",