From 94dae6d3b8d08b5f3b6605aebd02d3ce0b8ecf18 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Oct 2022 09:05:53 +0000 Subject: [PATCH] chore(release): 1.0.30 [skip ci] ## [1.0.30](https://github.com/LLK/scratch-gui/compare/v1.0.29...v1.0.30) (2022-10-20) ### Bug Fixes * **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221020063332 ([1b82d0e](https://github.com/LLK/scratch-gui/commit/1b82d0e02efe2ad63a46531648e4c50e8e61ee81)) * **deps:** update dependency scratch-l10n to v3.15.20221020032056 ([59a5f21](https://github.com/LLK/scratch-gui/commit/59a5f2164655868f47c65157548a9dc924c96721)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d274bc8adf0..8fab3b2a94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.30](https://github.com/LLK/scratch-gui/compare/v1.0.29...v1.0.30) (2022-10-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221020063332 ([1b82d0e](https://github.com/LLK/scratch-gui/commit/1b82d0e02efe2ad63a46531648e4c50e8e61ee81)) +* **deps:** update dependency scratch-l10n to v3.15.20221020032056 ([59a5f21](https://github.com/LLK/scratch-gui/commit/59a5f2164655868f47c65157548a9dc924c96721)) + ## [1.0.29](https://github.com/LLK/scratch-gui/compare/v1.0.28...v1.0.29) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index 1a0a4c6ff5a..00658a36196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.29", + "version": "1.0.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfdecd3f4a2..01f86fd9c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.29", + "version": "1.0.30", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",