diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e0e40467..557e8e9a91 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. +## [2.1.59](https://github.com/LLK/scratch-paint/compare/v2.1.58...v2.1.59) (2023-12-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20231219031959 ([#2302](https://github.com/LLK/scratch-paint/issues/2302)) ([d3ea35a](https://github.com/LLK/scratch-paint/commit/d3ea35a7a90cdb5e07cfc0248cd04eb4e6e35311)) + ## [2.1.58](https://github.com/LLK/scratch-paint/compare/v2.1.57...v2.1.58) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index 557bc72c3a..ce22d6e6cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.58", + "version": "2.1.59", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.58", + "version": "2.1.59", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index 460903189f..e5255994de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.58", + "version": "2.1.59", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js",