From 0abd776a4c273bf70c834fd856ecf234185b989f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Wed, 12 Jun 2019 13:10:32 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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/", -- 2.39.5