Skip to content

Commit b19ead8

Browse files
chore(release): 2.3.14 [skip ci]
## [2.3.14](v2.3.13...v2.3.14) (2024-02-28) ### Bug Fixes * **deps:** lock file maintenance ([0bf14c4](0bf14c4))
1 parent 5982925 commit b19ead8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
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.14](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.13...v2.3.14) (2024-02-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([0bf14c4](https://github.com/scratchfoundation/scratch-storage/commit/0bf14c4b269e8f5416fbf3d7a35782859d2e7a33))
12+
613
## [2.3.13](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.12...v2.3.13) (2024-02-28)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "scratch-storage",
3-
"version": "2.3.13",
3+
"version": "2.3.14",
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": "24caf426efdc88b23f4919430c87c1d3d4db6120"
10+
"sha": "5982925288f628dca0e8cb9a0e3774de95215e95"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",

0 commit comments

Comments
 (0)