Skip to content

Commit 1ee0122

Browse files
chore(release): 2.3.106 [skip ci]
## [2.3.106](v2.3.105...v2.3.106) (2024-05-08) ### Bug Fixes * **deps:** lock file maintenance ([3f33be3](3f33be3))
1 parent bcadb3b commit 1ee0122

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.106](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.105...v2.3.106) (2024-05-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([3f33be3](https://github.com/scratchfoundation/scratch-storage/commit/3f33be3216d7015a8f708ffe271510ad401b2562))
12+
613
## [2.3.105](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.104...v2.3.105) (2024-05-07)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "scratch-storage",
3-
"version": "2.3.105",
3+
"version": "2.3.106",
44
"description": "Load and store project and asset files for Scratch 3.0",
55
"license": "BSD-3-Clause",
66
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/scratchfoundation/scratch-storage.git",
10-
"sha": "a9af68127d9f0386f538a0e4d03bb7e4d0d11623"
10+
"sha": "bcadb3b1cd0923ac24de2eab512d946a77cbf5fa"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",

0 commit comments

Comments
 (0)