Skip to content

Commit

Permalink
chore(release): 1.0.71 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.71](v1.0.70...v1.0.71) (2024-03-22)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.26 ([01b31d7](01b31d7))
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent 5c7c690 commit 06b43bb
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.0.71](https://github.com/scratchfoundation/scratch-render/compare/v1.0.70...v1.0.71) (2024-03-22)


### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.26 ([01b31d7](https://github.com/scratchfoundation/scratch-render/commit/01b31d71d01b699c46fb933863801812d85e811b))

## [1.0.70](https://github.com/scratchfoundation/scratch-render/compare/v1.0.69...v1.0.70) (2024-03-21)


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-render",
"version": "1.0.70",
"version": "1.0.71",
"description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "283befc3b141303a4106aa79b666c56934372db0"
"sha": "5c7c690a198a2134a5b1bb63af36f03c5a891ed0"
},
"main": "./dist/node/scratch-render.js",
"browser": "./src/index.js",
Expand Down

0 comments on commit 06b43bb

Please sign in to comment.