Skip to content

Commit bcb0490

Browse files
committed
v2.0.0
1 parent 9e82105 commit bcb0490

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## v2.0.0 (2020-04-15)
4+
5+
#### :boom: Breaking Change
6+
* [#71](https://github.com/yapplabs/ember-tether/pull/71) Drop support for Node.js 6 and 8 ([@Turbo87](https://github.com/Turbo87))
7+
* [#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))
8+
9+
#### :memo: Documentation
10+
* [#68](https://github.com/yapplabs/ember-tether/pull/68) Update README with Tether maintainers and link ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :house: Internal
13+
* [#60](https://github.com/yapplabs/ember-tether/pull/60) Update ember-cli-github-pages ([@jrjohnson](https://github.com/jrjohnson))
14+
* [#58](https://github.com/yapplabs/ember-tether/pull/58) Import tether automatically ([@jrjohnson](https://github.com/jrjohnson))
15+
16+
#### Committers: 3
17+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
18+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
19+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
20+
21+
322
## [1.0.0](https://github.com/yapplabs/ember-tether/tree/1.0.0) (2018-06-10)
423
[Full Changelog](https://github.com/yapplabs/ember-tether/compare/v1.0.0-beta.3...1.0.0)
524

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

106125

107-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
126+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-tether",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Tether an element to another element in the DOM",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)