Skip to content

Commit

Permalink
chore(release): 1.2.28 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.28](v1.2.27...v1.2.28) (2022-10-13)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221012214337 ([ae2352b](ae2352b))
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent 4d56f7f commit a0cbb82
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.28](https://github.com/LLK/scratch-vm/compare/v1.2.27...v1.2.28) (2022-10-13)


### Bug Fixes

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

## [1.2.27](https://github.com/LLK/scratch-vm/compare/v1.2.26...v1.2.27) (2022-10-12)


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.27",
"version": "1.2.28",
"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": "56619ee485e3965db39cbbb74f57e6c2f5066619"
"sha": "4d56f7ff2ce52097e8e631af9b0f1ff143d48aca"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",
Expand Down

0 comments on commit a0cbb82

Please sign in to comment.