bump version to v2.4.0, fixes #16
This commit is contained in:
parent
b4af606473
commit
ac69463e8c
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user