From 8e4bb970c0c8772f119b5f3383b7f296ec4f2310 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sat, 12 Jan 2019 21:14:59 +0100 Subject: Release 3.0.6 --- CHANGELOG.md | 6 +++++- 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: +[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/", -- cgit v1.2.3