diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fcebd..0dcf1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 92cd8d5..161cff2 100644 --- a/package.json +++ b/package.json @@ -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/", |