Skip to content

Commit 1acf2c9

Browse files
committed
Release 2.0.1
1 parent 7ee7caf commit 1acf2c9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
4+
## v2.0.1 (2021-09-09)
5+
6+
#### :house: Internal
7+
* [#95](https://github.com/yapplabs/ember-tether/pull/95) Setup release-it ([@lukemelia](https://github.com/lukemelia))
8+
* [#72](https://github.com/yapplabs/ember-tether/pull/72) Adjust `.npmignore` file ([@Turbo87](https://github.com/Turbo87))
9+
10+
#### Committers: 3
11+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
12+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
13+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
14+
315
## v2.0.0 (2020-04-15)
416

517
#### :boom: Breaking Change

package.json

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

0 commit comments

Comments
 (0)