aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-06-12 13:10:32 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-06-12 13:10:32 +0200
commit0abd776a4c273bf70c834fd856ecf234185b989f (patch)
tree17ce68970ff20ce980bd52739df7c5cd45a11287 /CHANGELOG.md
parenta1276f1c20323665d0f6dda8bf7d7e4ba525d1ce (diff)
downloadsvg.js-0abd776a4c273bf70c834fd856ecf234185b989f.tar.gz
svg.js-0abd776a4c273bf70c834fd856ecf234185b989f.zip
bump version3.0.13
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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