Skip to content

Commit

Permalink
chore(release): 1.5.90 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.90](v1.5.89...v1.5.90) (2023-07-17)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230717032228 ([6947602](6947602))
  • Loading branch information
semantic-release-bot committed Jul 17, 2023
1 parent d83bf29 commit d8bfa35
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.5.90](https://github.com/LLK/scratch-vm/compare/v1.5.89...v1.5.90) (2023-07-17)


### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20230717032228 ([6947602](https://github.com/LLK/scratch-vm/commit/6947602bffe2f5e656d1dad1befa0b9332fcc523))

## [1.5.89](https://github.com/LLK/scratch-vm/compare/v1.5.88...v1.5.89) (2023-07-14)


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.5.89",
"version": "1.5.90",
"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": "0b26009900fa87acb5886469827e2b90e30f9df1"
"sha": "d83bf29ab5393eb6bc3cfb6adc43c0002426bdf0"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",
Expand Down

0 comments on commit d8bfa35

Please sign in to comment.