From f1d6d36363f172710ed143508003e9c8eb7c589f Mon Sep 17 00:00:00 2001 From: offirgolan Date: Tue, 20 Dec 2016 18:29:06 -0800 Subject: [PATCH] Released v1.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7424cc8..21aa452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.1 + +### Pull Requests + +- [#13](https://github.com/offirgolan/ember-burger-menu/pull/13) [BUGFIX] Use originalEvent to access touches *by [@offirgolan](https://github.com/offirgolan)* + ## v1.0.0 ### Pull Requests diff --git a/package.json b/package.json index 785b7ab..d55600d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-burger-menu", - "version": "1.0.0", + "version": "1.0.1", "description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions", "directories": { "doc": "doc",