diff --git a/CHANGELOG.md b/CHANGELOG.md index 571a1107d93..b6fff92f94b 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.9](https://github.com/LLK/scratch-gui/compare/v1.1.8...v1.1.9) (2022-11-16) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20221116032056 ([6d8e99f](https://github.com/LLK/scratch-gui/commit/6d8e99f031ec9bd1d7f91c658a028cc7566a52df)) + ## [1.1.8](https://github.com/LLK/scratch-gui/compare/v1.1.7...v1.1.8) (2022-11-15) diff --git a/package-lock.json b/package-lock.json index 7f0782d3504..cc24d9d1960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f7f6b0bf61..b93a9589ccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.1.8", + "version": "1.1.9", "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",