From 90896cd47cdc7181063f65081b9f84587724ed90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jan 2024 07:58:00 +0000 Subject: [PATCH] chore(release): 2.1.67 [skip ci] ## [2.1.67](https://github.com/LLK/scratch-paint/compare/v2.1.66...v2.1.67) (2024-01-09) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240109031949 ([#2313](https://github.com/LLK/scratch-paint/issues/2313)) ([74f74c0](https://github.com/LLK/scratch-paint/commit/74f74c0b30c6b79f3eb10dda7cfe0516971d3072)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6226b10a..d92579eb 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.67](https://github.com/LLK/scratch-paint/compare/v2.1.66...v2.1.67) (2024-01-09) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240109031949 ([#2313](https://github.com/LLK/scratch-paint/issues/2313)) ([74f74c0](https://github.com/LLK/scratch-paint/commit/74f74c0b30c6b79f3eb10dda7cfe0516971d3072)) + ## [2.1.66](https://github.com/LLK/scratch-paint/compare/v2.1.65...v2.1.66) (2024-01-06) diff --git a/package-lock.json b/package-lock.json index fc56dc61..b9ce28e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.66", + "version": "2.1.67", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.66", + "version": "2.1.67", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index 03c019ef..f5d5190d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.66", + "version": "2.1.67", "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",