Skip to content

Commit

Permalink
chore(release): 4.0.39 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.39](v4.0.38...v4.0.39) (2025-01-26)

### Bug Fixes

* **deps:** lock file maintenance ([a0676b2](a0676b2))
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent 9f867b3 commit 1d6e731
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.

## [4.0.39](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.38...v4.0.39) (2025-01-26)


### Bug Fixes

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

## [4.0.38](https://github.com/scratchfoundation/scratch-storage/compare/v4.0.37...v4.0.38) (2025-01-25)


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": "4.0.38",
"version": "4.0.39",
"description": "Load and store project and asset files for Scratch 3.0",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-storage.git",
"sha": "e30e6ba4c13afac8b07b6fc5ba63a0d8a2df3b9f"
"sha": "9f867b34a273e44068e3e37ef8c1878dc4b83b3c"
},
"main": "./dist/node/scratch-storage.js",
"browser": "./dist/web/scratch-storage.js",
Expand Down

0 comments on commit 1d6e731

Please sign in to comment.