Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 15, 2020
1 parent 9e82105 commit bcb0490
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,24 @@
# Change Log

## v2.0.0 (2020-04-15)

#### :boom: Breaking Change
* [#71](https://github.com/yapplabs/ember-tether/pull/71) Drop support for Node.js 6 and 8 ([@Turbo87](https://github.com/Turbo87))
* [#59](https://github.com/yapplabs/ember-tether/pull/59) Update Ember CLI to v3.7.1, drops node 4 support ([@jrjohnson](https://github.com/jrjohnson))

#### :memo: Documentation
* [#68](https://github.com/yapplabs/ember-tether/pull/68) Update README with Tether maintainers and link ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :house: Internal
* [#60](https://github.com/yapplabs/ember-tether/pull/60) Update ember-cli-github-pages ([@jrjohnson](https://github.com/jrjohnson))
* [#58](https://github.com/yapplabs/ember-tether/pull/58) Import tether automatically ([@jrjohnson](https://github.com/jrjohnson))

#### Committers: 3
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## [1.0.0](https://github.com/yapplabs/ember-tether/tree/1.0.0) (2018-06-10)
[Full Changelog](https://github.com/yapplabs/ember-tether/compare/v1.0.0-beta.3...1.0.0)

Expand Down Expand Up @@ -104,4 +123,4 @@
## [v0.1.0](https://github.com/yapplabs/ember-tether/tree/v0.1.0) (2015-05-18)


\* *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-tether",
"version": "1.0.0",
"version": "2.0.0",
"description": "Tether an element to another element in the DOM",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit bcb0490

Please sign in to comment.