diff --git a/CHANGELOG.md b/CHANGELOG.md index e404f4a5..174c8692 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.2.11](https://github.com/LLK/scratch-paint/compare/v2.2.10...v2.2.11) (2024-02-22) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2339](https://github.com/LLK/scratch-paint/issues/2339)) ([0b38ff7](https://github.com/LLK/scratch-paint/commit/0b38ff77dabff3e610cc9f35dc8420f4f7e2789c)) + ## [2.2.10](https://github.com/LLK/scratch-paint/compare/v2.2.9...v2.2.10) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 81ea0a49..60e7eb9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.10", + "version": "2.2.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.10", + "version": "2.2.11", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 7da4e4dc..19e2e096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.10", + "version": "2.2.11", "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",