From 1b4664a2900d2fd38767c2689688bd4287d0bece Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jan 2024 07:29:34 +0000 Subject: [PATCH] chore(release): 2.1.69 [skip ci] ## [2.1.69](https://github.com/LLK/scratch-paint/compare/v2.1.68...v2.1.69) (2024-01-11) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240111031939 ([#2315](https://github.com/LLK/scratch-paint/issues/2315)) ([3026850](https://github.com/LLK/scratch-paint/commit/3026850fff6d55b528f97d4aeda344eb2863311d)) --- 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 b20fda41..3a25c45e 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.69](https://github.com/LLK/scratch-paint/compare/v2.1.68...v2.1.69) (2024-01-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240111031939 ([#2315](https://github.com/LLK/scratch-paint/issues/2315)) ([3026850](https://github.com/LLK/scratch-paint/commit/3026850fff6d55b528f97d4aeda344eb2863311d)) + ## [2.1.68](https://github.com/LLK/scratch-paint/compare/v2.1.67...v2.1.68) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 3581bf55..1e263691 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.68", + "version": "2.1.69", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.68", + "version": "2.1.69", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index 6d6376f8..886305d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.68", + "version": "2.1.69", "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",