From 3570e1a7811a4360f92d40cc48bf4138776610d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Mar 2023 22:26:40 +0000 Subject: [PATCH] chore(release): 1.3.33 [skip ci] ## [1.3.33](https://github.com/LLK/scratch-gui/compare/v1.3.32...v1.3.33) (2023-03-05) ### Bug Fixes * **deps:** update dependency scratch-vm to v1.3.71 ([b66b261](https://github.com/LLK/scratch-gui/commit/b66b2613aba7fecdeca8add83675c81be6f3a609)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba064895b24..4c3e6beca63 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. +## [1.3.33](https://github.com/LLK/scratch-gui/compare/v1.3.32...v1.3.33) (2023-03-05) + + +### Bug Fixes + +* **deps:** update dependency scratch-vm to v1.3.71 ([b66b261](https://github.com/LLK/scratch-gui/commit/b66b2613aba7fecdeca8add83675c81be6f3a609)) + ## [1.3.32](https://github.com/LLK/scratch-gui/compare/v1.3.31...v1.3.32) (2023-03-05) diff --git a/package-lock.json b/package-lock.json index 211856d8a90..e085d224647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "1.3.32", + "version": "1.3.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "1.3.32", + "version": "1.3.33", "license": "BSD-3-Clause", "dependencies": { "arraybuffer-loader": "^1.0.6", diff --git a/package.json b/package.json index b63865e2b2a..efced3a356a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.3.32", + "version": "1.3.33", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",