From d1b3af8ef83d4ffb5eca13b346ca748a2bc69bcd Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 13 Oct 2022 14:32:32 +0000
Subject: [PATCH] chore(release): 1.0.9 [skip ci]

## [1.0.9](https://github.com/LLK/scratch-gui/compare/v1.0.8...v1.0.9) (2022-10-13)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221013073930 ([e1c7d02](https://github.com/LLK/scratch-gui/commit/e1c7d0226514e958d3b297828ad0f4d6c041d9d4))
---
 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 caafa5175..c80c476a4 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.9](https://github.com/LLK/scratch-gui/compare/v1.0.8...v1.0.9) (2022-10-13)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221013073930 ([e1c7d02](https://github.com/LLK/scratch-gui/commit/e1c7d0226514e958d3b297828ad0f4d6c041d9d4))
+
 ## [1.0.8](https://github.com/LLK/scratch-gui/compare/v1.0.7...v1.0.8) (2022-10-13)
 
 
diff --git a/package-lock.json b/package-lock.json
index 63cff40e5..33f3eac85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 88649835a..5871c4195 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",
-- 
GitLab