Bump version to v2.0.5

This commit is contained in:
Zeno Zeng 2021-11-13 13:52:42 +08:00
parent e23938e640
commit 31bd280829
2 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@ const mySerializedSVG = ctx.getSerializedSvg();
## CHANGELOG ## CHANGELOG
### v2.0.5
- Fix adding CanvasPattern ([Xavier Delamotte](https://github.com/x4d3)) [#7](https://github.com/zenozeng/svgcanvas/pull/7)
### v2.0.4 ### v2.0.4
- fix: push/pop transformMatrixStack when save/restore, for https://github.com/zenozeng/p5.js-svg/issues/191 - fix: push/pop transformMatrixStack when save/restore, for https://github.com/zenozeng/p5.js-svg/issues/191

View File

@ -1,6 +1,6 @@
{ {
"name": "svgcanvas", "name": "svgcanvas",
"version": "2.0.4", "version": "2.0.5",
"description": "svgcanvas", "description": "svgcanvas",
"main": "dist/svgcanvas.js", "main": "dist/svgcanvas.js",
"scripts": { "scripts": {