From 1f3e540515991e96c681a457b80dfb97370856a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sat, 19 Nov 2022 02:46:23 +0000 Subject: [PATCH] chore(release): 1.1.12 [skip ci] ## [1.1.12](https://github.com/LLK/scratch-gui/compare/v1.1.11...v1.1.12) (2022-11-19) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20221118211523 ([5707b1e](https://github.com/LLK/scratch-gui/commit/5707b1e74873a48f7bf43ac75615aeb77be57b39)) --- 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 00b97d374..44561923d 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.12](https://github.com/LLK/scratch-gui/compare/v1.1.11...v1.1.12) (2022-11-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20221118211523 ([5707b1e](https://github.com/LLK/scratch-gui/commit/5707b1e74873a48f7bf43ac75615aeb77be57b39)) + ## [1.1.11](https://github.com/LLK/scratch-gui/compare/v1.1.10...v1.1.11) (2022-11-18) diff --git a/package-lock.json b/package-lock.json index a3739287e..7584fd0bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f5fcdf9e..57203a140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.11", + "version": "1.1.12", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", -- GitLab