diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-12 21:14:59 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-01-12 21:14:59 +0100 |
commit | 8e4bb970c0c8772f119b5f3383b7f296ec4f2310 (patch) | |
tree | 5e471608da61a77f07b24bc5b5ab836c6d96ad12 | |
parent | 60792807eee29f1b748c9b12d308c477f7c1227d (diff) | |
download | svg.js-8e4bb970c0c8772f119b5f3383b7f296ec4f2310.tar.gz svg.js-8e4bb970c0c8772f119b5f3383b7f296ec4f2310.zip |
Release 3.0.63.0.6
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8f89d..4033f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== -## [3.0.6] +## [3.0.6] - 2018-01-12 ### Fixed - fixed group move and size commands - default font size is not set anymore because it mostly goes against what the user wants - fix bug in `font()` which set wrong values +### Added + - `PointArray.transform()` (#945) + ## [3.0.5] - 2018-12-12 ### Fixed @@ -770,6 +773,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: <!-- Headings above link to the releases listed here --> +[3.0.6]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.6 [3.0.5]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.5 [3.0.4]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.4 [3.0.3]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.3 diff --git a/package.json b/package.json index 1068ae9..841133d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.5", + "version": "3.0.6", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/", |