From 9a2afb257b4c8a24d13328a6fda05d2ca4d7167c Mon Sep 17 00:00:00 2001 From: Luke Deniston Date: Wed, 1 May 2019 09:15:15 -0700 Subject: [PATCH 1/2] v0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7c09319..8a23fb8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-attacher", - "version": "0.13.10", + "version": "0.14.0", "description": "Tooltips and popovers for Ember.js apps", "keywords": [ "ember-addon", From 205720496b68c0d774b1108b84175465960cbddc Mon Sep 17 00:00:00 2001 From: Luke Deniston Date: Wed, 1 May 2019 09:27:14 -0700 Subject: [PATCH 2/2] v0.14.0 changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e75aacdd..ff627067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v0.14.0](https://github.com/kybishop/ember-attacher/tree/v0.14.0) (2019-05-01) +[Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.10...v0.14.0) + +**Closed issues:** + +- Deprecation warning in Ember 3.9 [\#164](https://github.com/kybishop/ember-attacher/issues/164) + +**Merged pull requests:** + +- Fix computed-property.override deprecation in Ember 3.9 [\#165](https://github.com/kybishop/ember-attacher/pull/165) ([richard-viney](https://github.com/richard-viney)) +- FEATURE - Add useCapture config option [\#159](https://github.com/kybishop/ember-attacher/pull/159) ([richard-viney](https://github.com/richard-viney)) + ## [v0.13.10](https://github.com/kybishop/ember-attacher/tree/v0.13.10) (2018-10-12) [Full Changelog](https://github.com/kybishop/ember-attacher/compare/v0.13.9...v0.13.10) @@ -452,4 +464,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*