Skip to content

Commit 306db96

Browse files
chore(release): 2.3.5 [skip ci]
## [2.3.5](v2.3.4...v2.3.5) (2024-02-22) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([58a059b](58a059b))
1 parent 2ac8a45 commit 306db96

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.5](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.4...v2.3.5) (2024-02-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([58a059b](https://github.com/scratchfoundation/scratch-storage/commit/58a059ba19e8051820f059f2e0d4fcb34e7e98ae))
12+
613
## [2.3.4](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.3...v2.3.4) (2024-02-22)
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.4",
3+
"version": "2.3.5",
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": "4903a093f2c4133dd318c92fec974307652f26ac"
10+
"sha": "2ac8a458a8e4776c109dcc2a9ac06ef18d4a595a"
1111
},
1212
"main": "./dist/node/scratch-storage.js",
1313
"browser": "./dist/web/scratch-storage.js",

0 commit comments

Comments
 (0)