Skip to content

Commit

Permalink
chore(release): 1.5.98 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.98](v1.5.97...v1.5.98) (2023-08-07)

### Bug Fixes

* remove use of 'globalThis' keyword ([4b02e41](4b02e41))
  • Loading branch information
semantic-release-bot committed Aug 7, 2023
1 parent ba01edc commit 16f101b
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.98](https://github.com/LLK/scratch-vm/compare/v1.5.97...v1.5.98) (2023-08-07)


### Bug Fixes

* remove use of 'globalThis' keyword ([4b02e41](https://github.com/LLK/scratch-vm/commit/4b02e414309059d4c2030b5691b152ed592996d3))

## [1.5.97](https://github.com/LLK/scratch-vm/compare/v1.5.96...v1.5.97) (2023-08-06)


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.97",
"version": "1.5.98",
"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": "f292cbe586b967fbf35dc959d77a672cc4ab7a7b"
"sha": "ba01edcd7cb4fafc488205f64b04e7eeba0bc591"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",
Expand Down

0 comments on commit 16f101b

Please sign in to comment.