]> source.dussan.org Git - svg.js.git/commitdiff
bump version 3.0.13
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 12 Jun 2019 11:10:32 +0000 (13:10 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Wed, 12 Jun 2019 11:10:32 +0000 (13:10 +0200)
CHANGELOG.md
package.json

index 16faae6fe593117bd2a020c7e55b997844a17dc9..8f2974f193bd793c8edbc2b8ac23282ef9dbd435 100644 (file)
@@ -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
index f2095641aba9720e7e2024e9e114c34fa0775a53..f8da696a8d8f3d8fcb924855a4af29acd90af818 100644 (file)
@@ -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/",