diff --git a/CHANGELOG.md b/CHANGELOG.md index f5787d9..5583b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.1.3 + +### Pull Requests + +- [#69](https://github.com/offirgolan/ember-burger-menu/pull/69) [BUGFIX] Remove preventDefault from passive event listener touchMove *by [@offirgolan](https://github.com/offirgolan)* + ## v1.1.2 ### Pull Requests diff --git a/package.json b/package.json index 66ee32d..117eedc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-burger-menu", - "version": "1.1.2", + "version": "1.1.3", "description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions", "directories": { "doc": "doc",