Skip to content

Commit

Permalink
chore(release): 2.3.241 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.241](v2.3.240...v2.3.241) (2024-09-10)

### Bug Fixes

* **deps:** lock file maintenance ([30b8e2b](30b8e2b))
  • Loading branch information
semantic-release-bot committed Sep 10, 2024
1 parent be80ebc commit 21ac9b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.241](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.240...v2.3.241) (2024-09-10)


### Bug Fixes

* **deps:** lock file maintenance ([30b8e2b](https://github.com/scratchfoundation/scratch-storage/commit/30b8e2b43e2c3dd59f5b30637732cdd5d150efa2))

## [2.3.240](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.239...v2.3.240) (2024-09-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "scratch-storage",
"version": "2.3.240",
"version": "2.3.241",
"description": "Load and store project and asset files for Scratch 3.0",
"license": "BSD-3-Clause",
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-storage.git",
"sha": "48e9cdb70adce59be0d6e6149c00e48be4bff504"
"sha": "be80ebc7cd9bcfd04f4bbd3550efa58db3095d5a"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",
Expand Down

0 comments on commit 21ac9b7

Please sign in to comment.