diff --git a/CHANGELOG.md b/CHANGELOG.md index 4439b345..40a7646a 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.73](https://github.com/LLK/scratch-paint/compare/v2.1.72...v2.1.73) (2024-01-14) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240114031932 ([#2319](https://github.com/LLK/scratch-paint/issues/2319)) ([ad5067d](https://github.com/LLK/scratch-paint/commit/ad5067d71cf59ef3ccbd2e9c7a69ad29c8796ce1)) + ## [2.1.72](https://github.com/LLK/scratch-paint/compare/v2.1.71...v2.1.72) (2024-01-13) diff --git a/package-lock.json b/package-lock.json index 43321629..06c8199c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.72", + "version": "2.1.73", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.72", + "version": "2.1.73", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index ba91471d..37b2ae4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.72", + "version": "2.1.73", "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",