From 6df15928d23928443cbed1685995ccee47defdee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 09:04:24 +0000 Subject: [PATCH] chore(release): 1.1.115 [skip ci] ## [1.1.115](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.114...v1.1.115) (2024-05-14) ### Bug Fixes * **deps:** lock file maintenance ([f5b691b](https://github.com/scratchfoundation/scratch-blocks/commit/f5b691b5c45538a0a81a046604792b7338d3d3b2)) --- 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 0166043238..b71d6900e1 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.115](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.114...v1.1.115) (2024-05-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f5b691b](https://github.com/scratchfoundation/scratch-blocks/commit/f5b691b5c45538a0a81a046604792b7338d3d3b2)) + ## [1.1.114](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.113...v1.1.114) (2024-05-13) diff --git a/package-lock.json b/package-lock.json index 290933f2cc..d2e0d2dab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.114", + "version": "1.1.115", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.114", + "version": "1.1.115", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 6d1cb33b18..79b071500b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.114", + "version": "1.1.115", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",