From 5875b76bcdba4e23ac0291d080bb894c4bd3308d Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 22 Oct 2022 14:33:32 +0000 Subject: [PATCH] chore(release): 1.0.38 [skip ci] ## [1.0.38](https://github.com/LLK/scratch-gui/compare/v1.0.37...v1.0.38) (2022-10-22) ### Bug Fixes * **deps:** update dependency scratch-paint to v1.1.26 ([59c0fd6](https://github.com/LLK/scratch-gui/commit/59c0fd66b29f1151cf8de5441ecf90ddf1766c1e)) --- 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 81739aee1..af5aa9a55 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.38](https://github.com/LLK/scratch-gui/compare/v1.0.37...v1.0.38) (2022-10-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-paint to v1.1.26 ([59c0fd6](https://github.com/LLK/scratch-gui/commit/59c0fd66b29f1151cf8de5441ecf90ddf1766c1e)) + ## [1.0.37](https://github.com/LLK/scratch-gui/compare/v1.0.36...v1.0.37) (2022-10-22) diff --git a/package-lock.json b/package-lock.json index a58381393..85b1cf010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.37", + "version": "1.0.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d33a9f0a..6f72a4523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.0.37", + "version": "1.0.38", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", -- GitLab