From 10c0122d89716ae3e0ca0a021e6d9ef16318c464 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Sep 2022 08:31:16 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/LLK/scratch-paint/compare/v1.0.7...v1.0.8) (2022-09-09) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.14.20220909031555 ([#2069](https://github.com/LLK/scratch-paint/issues/2069)) ([1e32774](https://github.com/LLK/scratch-paint/commit/1e327743fe6bc8624818422dc41477acf91fc474)) --- 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 e9fcfec3..1048175c 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.0.8](https://github.com/LLK/scratch-paint/compare/v1.0.7...v1.0.8) (2022-09-09) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.14.20220909031555 ([#2069](https://github.com/LLK/scratch-paint/issues/2069)) ([1e32774](https://github.com/LLK/scratch-paint/commit/1e327743fe6bc8624818422dc41477acf91fc474)) + ## [1.0.7](https://github.com/LLK/scratch-paint/compare/v1.0.6...v1.0.7) (2022-09-08) diff --git a/package-lock.json b/package-lock.json index 60b1146e..6cf0a156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.0.7", + "version": "1.0.8", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index fa7ced7f..bf46979f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.0.7", + "version": "1.0.8", "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",