diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fff92f94b..a76103940d7 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.10](https://github.com/LLK/scratch-gui/compare/v1.1.9...v1.1.10) (2022-11-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20221117032518 ([e27cde0](https://github.com/LLK/scratch-gui/commit/e27cde06c42a26e73a3fe9dd1baa25d2193ea35c)) + ## [1.1.9](https://github.com/LLK/scratch-gui/compare/v1.1.8...v1.1.9) (2022-11-16) diff --git a/package-lock.json b/package-lock.json index f1e838dd873..778e7018d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49c98f0ef16..5843ed656bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.9", + "version": "1.1.10", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",