From ce9da74a59496080bf18ea8d33f66c855071cefe Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Fri, 14 Oct 2022 21:02:02 +0000 Subject: [PATCH] chore(release): 1.0.14 [skip ci] ## [1.0.14](https://github.com/LLK/scratch-gui/compare/v1.0.13...v1.0.14) (2022-10-14) ### Bug Fixes * **deps:** update dependency scratch-vm to v1.2.32 ([98997f9](https://github.com/LLK/scratch-gui/commit/98997f926d70faddb87912c4cd4857a8bc1bfafa)) --- 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 8e1039df4..792a07ddb 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.0.14](https://github.com/LLK/scratch-gui/compare/v1.0.13...v1.0.14) (2022-10-14) + + +### Bug Fixes + +* **deps:** update dependency scratch-vm to v1.2.32 ([98997f9](https://github.com/LLK/scratch-gui/commit/98997f926d70faddb87912c4cd4857a8bc1bfafa)) + ## [1.0.13](https://github.com/LLK/scratch-gui/compare/v1.0.12...v1.0.13) (2022-10-14) diff --git a/package-lock.json b/package-lock.json index 27290234c..99945f527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b6f4f37e..fc0b4db6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.13", + "version": "1.0.14", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", -- GitLab