From: Ulrich-Matthias Schäfer Date: Wed, 12 Jun 2019 11:10:32 +0000 (+0200) Subject: bump version X-Git-Tag: 3.0.13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ffb69e84a03471a423b0e073a216ce90432518fa;p=svg.js.git bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 16faae6..8f2974f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.13] - 2019-06-12 + +### Fixed + - fixed a bug in Timeline.finish() (#964) + - fixed registration of classes with custom bundler + - fixed transform getter (e.g. `el.transform('scale')`) + - fixed typings (#1004) + ## [3.0.12] - 2019-02-19 ### Fixed diff --git a/package.json b/package.json index f209564..f8da696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.12", + "version": "3.0.13", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/",