Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.14.0 #166

Merged
merged 2 commits into from May 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 13 additions & 1 deletion 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)

Expand Down Expand Up @@ -452,4 +464,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion 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",
Expand Down