diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-08 09:55:24 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-08 09:55:24 +0100 |
commit | 4b92c587ccf15bdce2459b6e39850b7d6c4c6ec5 (patch) | |
tree | fea78e5100f6211cdebb95f6be0e215be5d323b8 /package.json | |
parent | 2827a27531c661726d204d6da9d17c6f72d8e404 (diff) | |
download | svg.js-4b92c587ccf15bdce2459b6e39850b7d6c4c6ec5.tar.gz svg.js-4b92c587ccf15bdce2459b6e39850b7d6c4c6ec5.zip |
bump version3.0.15
### Fixed
- allow object input of `when` and `delay` to `animate()`
### Added
- added missing dmove function to runner
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cd02f6e..00b6bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.14", + "version": "3.0.15", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/", |