mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-08 19:44:02 -04:00
chore(release): 1.0.13 [skip ci]
## [1.0.13](https://github.com/scratchfoundation/scratch-render/compare/v1.0.12...v1.0.13) (2024-02-22) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.6 ([091bccd
](091bccdeb2
))
This commit is contained in:
parent
cc11951b85
commit
4ff7ccd12a
3 changed files with 11 additions and 4 deletions
|
@ -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.13](https://github.com/scratchfoundation/scratch-render/compare/v1.0.12...v1.0.13) (2024-02-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.6 ([091bccd](https://github.com/scratchfoundation/scratch-render/commit/091bccdeb2645ae0d0f52fb040744a1749c854fb))
|
||||
|
||||
## [1.0.12](https://github.com/scratchfoundation/scratch-render/compare/v1.0.11...v1.0.12) (2024-02-22)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"grapheme-breaker": "^0.3.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"description": "WebGL Renderer for Scratch 3.0",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/scratchfoundation/scratch-render.git",
|
||||
"sha": "219f95865a9f88c372081a7634d9092c4c040be4"
|
||||
"sha": "cc11951b851fd9ef9f42c20b82b0127d1307dc09"
|
||||
},
|
||||
"main": "./dist/node/scratch-render.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue