Skip to content

Commit

Permalink
Bump version to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Nov 13, 2021
1 parent e23938e commit 31bd280
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const mySerializedSVG = ctx.getSerializedSvg();

## CHANGELOG

### v2.0.5

- Fix adding CanvasPattern ([Xavier Delamotte](https://github.com/x4d3)) [#7](https://github.com/zenozeng/svgcanvas/pull/7)

### v2.0.4

- fix: push/pop transformMatrixStack when save/restore, for https://github.com/zenozeng/p5.js-svg/issues/191
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svgcanvas",
"version": "2.0.4",
"version": "2.0.5",
"description": "svgcanvas",
"main": "dist/svgcanvas.js",
"scripts": {
Expand Down

0 comments on commit 31bd280

Please sign in to comment.