diff --git a/CHANGELOG.md b/CHANGELOG.md index e2260ecf0f..58a38bc0c1 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.8](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.7...v1.1.8) (2024-02-21) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([ab737b5](https://github.com/scratchfoundation/scratch-blocks/commit/ab737b55ed179763da5c27a1595a68d7c65f23de)) + ## [1.1.7](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.6...v1.1.7) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index dbb42f082b..7e709f61ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.7", + "version": "1.1.8", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 34f5c72a3e..5f40ecb02d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.7", + "version": "1.1.8", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",