diff --git a/CHANGELOG.md b/CHANGELOG.md index f63db6744a6..d2c65bfcaf3 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.5.18](https://github.com/LLK/scratch-gui/compare/v1.5.17...v1.5.18) (2023-03-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230320032138 ([82b680d](https://github.com/LLK/scratch-gui/commit/82b680d51dbc203b74794e271d7f34f89c287b5b)) + ## [1.5.17](https://github.com/LLK/scratch-gui/compare/v1.5.16...v1.5.17) (2023-03-20) diff --git a/package-lock.json b/package-lock.json index 5d584457be9..04db7217886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "1.5.17", + "version": "1.5.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "1.5.17", + "version": "1.5.18", "license": "BSD-3-Clause", "dependencies": { "arraybuffer-loader": "^1.0.6", diff --git a/package.json b/package.json index 0a744458477..14cb046533e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "1.5.17", + "version": "1.5.18", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",