Skip to content

Commit

Permalink
chore(release): 3.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.10](v3.0.9...v3.0.10) (2024-11-01)

### Bug Fixes

* **deps:** lock file maintenance ([4f4d9d4](4f4d9d4))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 4f4d9d4 commit 48d8487
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.

## [3.0.10](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.9...v3.0.10) (2024-11-01)


### Bug Fixes

* **deps:** lock file maintenance ([4f4d9d4](https://github.com/scratchfoundation/scratch-storage/commit/4f4d9d4f1110287bf0b8db9525e04430bcdfb0a4))

## [3.0.9](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.8...v3.0.9) (2024-10-31)


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": "3.0.9",
"version": "3.0.10",
"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": "2b5e2a429de6cceb3707e9b2a2dbc4d3085be52c"
"sha": "4f4d9d4f1110287bf0b8db9525e04430bcdfb0a4"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",
Expand Down

0 comments on commit 48d8487

Please sign in to comment.