[canvaskit] Roll to 0.20.0

Change-Id: I5025a5ca8deca45dfe3e222e3bf4b6f047416eb4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/334419
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
Kevin Lubick 2020-11-12 10:47:47 -05:00
parent 33432272d6
commit 83bbd7c0ad
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.20.0] - 2020-11-12
## Added
- `MakeFractalNoise`, `MakeImprovedNoise`, and `MakeTurbulence` have been added to
`CanvasKit.Shader`.

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.19.0",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "canvaskit-wasm",
"version": "0.19.0",
"version": "0.20.0",
"description": "A WASM version of Skia's Canvas API",
"main": "bin/canvaskit.js",
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",