]> source.dussan.org Git - svg.js.git/commitdiff
bump 2.6.6
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 30 Aug 2018 09:36:40 +0000 (11:36 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Thu, 30 Aug 2018 09:36:40 +0000 (11:36 +0200)
CHANGELOG.md
package.json

index 04fcebdb048ec4cfdf304b0fb0a50473dacf2454..0dcf1b4705dff6ad5ba03ecf5eec17b57ed1e336 100644 (file)
@@ -29,6 +29,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
 
 
+## [2.6.6] - 2018-08-30
+
+### Added
+- added global reference to support 'window' in bundlers (#767)
+
+
 ## [2.6.5] - 2018-05-26
 
 ### Fixed
@@ -634,6 +640,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
 
 
 <!-- Headings above link to the releases listed here -->
+[2.6.6]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.6
 [2.6.5]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.5
 [2.6.4]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.4
 [2.6.3]: https://github.com/svgdotjs/svg.js/releases/tag/2.6.3
index 92cd8d524699724a56d07d430513d873a96eec9e..161cff2db8b7fca8e8a122618d307c10e1d74695 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "svg.js",
-  "version": "2.6.5",
+  "version": "2.6.6",
   "description": "A lightweight library for manipulating and animating SVG.",
   "url": "https://svgdotjs.github.io/",
   "homepage": "https://svgdotjs.github.io/",