diff --git a/CHANGELOG.md b/CHANGELOG.md index 35904ad8684..25b2743e551 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. +# [3.2.0](https://github.com/LLK/scratch-gui/compare/v3.1.4...v3.2.0) (2023-10-14) + + +### Features + +* **deps:** update dependency scratch-vm to v2.1.0 ([960cf17](https://github.com/LLK/scratch-gui/commit/960cf17e7d3ebed028e2041b8cc7f1c6e1694fab)) + ## [3.1.4](https://github.com/LLK/scratch-gui/compare/v3.1.3...v3.1.4) (2023-10-14) diff --git a/package-lock.json b/package-lock.json index 7c97bbbd414..3d7ce26f91b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "3.1.4", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "3.1.4", + "version": "3.2.0", "license": "BSD-3-Clause", "dependencies": { "@microbit/microbit-universal-hex": "0.2.2", diff --git a/package.json b/package.json index c6fb5e2d301..ed23e1e76f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "3.1.4", + "version": "3.2.0", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",