bump version to v2.4.0, fixes #16

This commit is contained in:
Zeno Zeng 2022-07-17 15:46:18 +08:00
parent b4af606473
commit ac69463e8c
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## CHANGELOG
### v2.4.0
- fix: rendering of arcTo when a scale is applied ([Chris Waters](https://github.com/k1w1)) [#17](https://github.com/zenozeng/svgcanvas/pull/17)
- feat: Context.prototype.ellipse ([Chris Waters](https://github.com/k1w1)) [#18](https://github.com/zenozeng/svgcanvas/pull/18)
### v2.3.0
- fix: update Regular Expression to handle decimal values

View File

@ -1,6 +1,6 @@
{
"name": "svgcanvas",
"version": "2.3.0",
"version": "2.4.0",
"description": "svgcanvas",
"main": "dist/svgcanvas.js",
"scripts": {
@ -34,4 +34,4 @@
"puppeteer": "^13.5.0",
"rollup": "^2.67.0"
}
}
}