diff --git a/CHANGELOG.md b/CHANGELOG.md index 16620673..61754f36 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.2.13](https://github.com/LLK/scratch-paint/compare/v2.2.12...v2.2.13) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.12 ([#2340](https://github.com/LLK/scratch-paint/issues/2340)) ([292c1db](https://github.com/LLK/scratch-paint/commit/292c1dbf6aa52c7cabeea9c929b3b44944811172)) + ## [2.2.12](https://github.com/LLK/scratch-paint/compare/v2.2.11...v2.2.12) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 92ae2b36..2ab6cb14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.12", + "version": "2.2.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.12", + "version": "2.2.13", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index f3a021e9..ae0ae6c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.12", + "version": "2.2.13", "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",