From f77e357e2911c7c9ac78224114664a2400cabccf Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Thu, 20 Jul 2017 15:40:22 +1000 Subject: [PATCH] Release notes for Release 2.3.0 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 152b032b..22e83052 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +### 2.3.0 - *July 20 2017* + + * [Support IE/Edge SVG transforms.](https://github.com/web-animations/web-animations-js/pull/148) + + * [Parse and evaluate calc expressions without eval.](https://github.com/web-animations/web-animations-js/pull/151) + ### 2.2.5 - *April 17 2017* * Removed erroneously added *.gz files from release. diff --git a/package.json b/package.json index 50ed8a44..413a22e9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/web-animations/web-animations-js.git" }, - "version": "2.2.5", + "version": "2.3.0", "keywords": [ "animations", "polyfill"