From f232eebb7cc67c4dc0b9076ec6aceeb8f2d83995 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 15:31:38 +0000 Subject: [PATCH] chore(release): 1.1.48 [skip ci] ## [1.1.48](https://github.com/LLK/scratch-paint/compare/v1.1.47...v1.1.48) (2023-04-18) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230418032127 ([#2153](https://github.com/LLK/scratch-paint/issues/2153)) ([dcd9d75](https://github.com/LLK/scratch-paint/commit/dcd9d75bc1b081c37859c8d6a462f23bc41fe42d)) --- 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 0358e76e..d744c758 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. +## [1.1.48](https://github.com/LLK/scratch-paint/compare/v1.1.47...v1.1.48) (2023-04-18) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230418032127 ([#2153](https://github.com/LLK/scratch-paint/issues/2153)) ([dcd9d75](https://github.com/LLK/scratch-paint/commit/dcd9d75bc1b081c37859c8d6a462f23bc41fe42d)) + ## [1.1.47](https://github.com/LLK/scratch-paint/compare/v1.1.46...v1.1.47) (2023-04-13) diff --git a/package-lock.json b/package-lock.json index fc918a4e..348e5720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.47", + "version": "1.1.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.47", + "version": "1.1.48", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index b0f6208f..34605b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.47", + "version": "1.1.48", "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",