Skip to content

Commit

Permalink
chore(release): 1.2.36 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.36](v1.2.35...v1.2.36) (2022-10-17)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221017074926 ([f2821a4](f2821a4))
  • Loading branch information
semantic-release-bot committed Oct 17, 2022
1 parent cb42f7d commit b0b8e08
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.

## [1.2.36](https://github.com/LLK/scratch-vm/compare/v1.2.35...v1.2.36) (2022-10-17)


### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221017074926 ([f2821a4](https://github.com/LLK/scratch-vm/commit/f2821a441164b2eb3300be10d0c8f11938fc121e))

## [1.2.35](https://github.com/LLK/scratch-vm/compare/v1.2.34...v1.2.35) (2022-10-17)


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,14 +1,14 @@
{
"name": "scratch-vm",
"version": "1.2.35",
"version": "1.2.36",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-vm#readme",
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratch-vm.git",
"sha": "f37727e139c284a4d06a7d8b2c1f28ce43caac68"
"sha": "cb42f7d6f0caa44c2c1bd2d6a1cf93b77f8a56fd"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",
Expand Down

0 comments on commit b0b8e08

Please sign in to comment.