aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-08-30 11:36:40 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-08-30 11:36:40 +0200
commit5a07d5482f359ccc8f64a925c5ee4ff067d410bb (patch)
tree4a2c6ba6420d3274c495324452439c5ac56ca3a7
parentccc47a6c142215d92dc326a4fcce78170f466930 (diff)
downloadsvg.js-5a07d5482f359ccc8f64a925c5ee4ff067d410bb.tar.gz
svg.js-5a07d5482f359ccc8f64a925c5ee4ff067d410bb.zip
bump 2.6.6
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
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/",