]> source.dussan.org Git - svg.js.git/commitdiff
wrapping up for 2.4.0 release
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 06:29:18 +0000 (07:29 +0100)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Sat, 14 Jan 2017 06:29:18 +0000 (07:29 +0100)
CHANGELOG.md
component.json

index 7e6300fc4cc0e4a3efcdd937d04b222bc6f6923e..18d58d86b87be54cdf6dca9ef619143b957c9692 100644 (file)
@@ -6,6 +6,9 @@
 - added `precision()` method to round numeric element attributes -> __TODO!__
 - added specs for `SVG.FX` -> __TODO!__
 
+# 2.4.0 (14/01/2017)
+- added support for basic path animations (#561)
+
 # 2.3.7 (14/01/2017)
 - moved project to [svgdotjs](https://github.com/svgdotjs)
 - made matrixify work with transformation chain separated by commas (#543)
@@ -16,7 +19,6 @@
 - updated dev dependencies; request and gulp-chmod - `npm run build` now requires nodejs 4.x
 - added code coverage https://coveralls.io/github/svgdotjs/svg.js (3e614d4)
 - added `npm run test:quick` which aim at being fast rather than correct - great for git hooks (981ce24)
-- added support for basic path animations (#561)
 
 # 2.3.6 (21/10/2016)
 - fixed leading and trailing space in SVG.PointArray would return NaN for some points (695f26a) (#529)
index 64622e7b3c4c90002602d8de041be4de28328996..e75f0f067af2e108a2a371f2cc59394694894c30 100644 (file)
@@ -2,7 +2,7 @@
   "name": "svg.js",
   "repo": "svgdotjs/svg.js",
   "description": "A lightweight library for manipulating and animating SVG",
-  "version": "2.3.7",
+  "version": "2.4.0",
   "keywords": ["svg"],
   "author": "Wout Fierens <wout@mick-wout.com>",
   "main": "dist/svg.js",