From fff1dc45e2e9a543f973a8a81b76fe50b0e9b0df Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 6 Dec 2016 07:46:19 -0500 Subject: [PATCH] chore(): update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9196e74..f917efc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [2.2.11](https://github.com/driftyco/ionic-native/compare/v2.2.10...v2.2.11) (2016-12-06) + + +### Bug Fixes + +* **cordova-property:** fixes static properties of classes ([7ae6e10](https://github.com/driftyco/ionic-native/commit/7ae6e10)) +* **device:** fixes device plugin ([d918844](https://github.com/driftyco/ionic-native/commit/d918844)) + + +### BREAKING CHANGES + +* device: device property no longer exists + + + ## [2.2.10](https://github.com/driftyco/ionic-native/compare/v2.2.9...v2.2.10) (2016-12-04)