From 68b45e38a34809a16cbf6c9628e5a1009e72025b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 12:53:55 +0000 Subject: [PATCH] chore(release): 1.1.32 [skip ci] ## [1.1.32](https://github.com/LLK/scratch-gui/compare/v1.1.31...v1.1.32) (2022-11-29) ### Bug Fixes * **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221129081817 ([9c53cbb](https://github.com/LLK/scratch-gui/commit/9c53cbbc08377a124cfb4afc5b634863adeff0ee)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f2545d682..84aae6021f7 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.1.32](https://github.com/LLK/scratch-gui/compare/v1.1.31...v1.1.32) (2022-11-29) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221129081817 ([9c53cbb](https://github.com/LLK/scratch-gui/commit/9c53cbbc08377a124cfb4afc5b634863adeff0ee)) + ## [1.1.31](https://github.com/LLK/scratch-gui/compare/v1.1.30...v1.1.31) (2022-11-29) diff --git a/package-lock.json b/package-lock.json index 001b6820717..21615ff9114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.31", + "version": "1.1.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56852eb3944..89e91470998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.31", + "version": "1.1.32", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",