diff --git a/CHANGELOG.md b/CHANGELOG.md index d92579eb..b20fda41 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.68](https://github.com/LLK/scratch-paint/compare/v2.1.67...v2.1.68) (2024-01-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240110032113 ([#2314](https://github.com/LLK/scratch-paint/issues/2314)) ([57780d8](https://github.com/LLK/scratch-paint/commit/57780d8c862bc12175037a12d6582bba37bd55fa)) + ## [2.1.67](https://github.com/LLK/scratch-paint/compare/v2.1.66...v2.1.67) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index 42cd915b..fe15ae5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.67", + "version": "2.1.68", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.67", + "version": "2.1.68", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index db4222e0..e0e8f778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.67", + "version": "2.1.68", "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",