Skip to content

Commit d2d268e

Browse files
committed
Release 1.0.0-beta.2
1 parent 094a6b2 commit d2d268e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Change Log
22

3-
## [1.0.0-beta.1](https://github.com/yapplabs/ember-tether/tree/1.0.0-beta.1) (2018-02-09)
4-
[Full Changelog](https://github.com/yapplabs/ember-tether/compare/v1.0.0-beta.0...1.0.0-beta.1)
3+
## [1.0.0-beta.2](https://github.com/yapplabs/ember-tether/tree/1.0.0-beta.2) (2018-03-13)
4+
[Full Changelog](https://github.com/yapplabs/ember-tether/compare/v1.0.0-beta.1...1.0.0-beta.2)
5+
6+
**Merged pull requests:**
7+
8+
- Add global aria attribute bindings [\#51](https://github.com/yapplabs/ember-tether/pull/51) ([eshtadc](https://github.com/eshtadc))
9+
10+
## [v1.0.0-beta.1](https://github.com/yapplabs/ember-tether/tree/v1.0.0-beta.1) (2018-02-09)
11+
[Full Changelog](https://github.com/yapplabs/ember-tether/compare/v1.0.0-beta.0...v1.0.0-beta.1)
512

613
**Merged pull requests:**
714

package.json

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

0 commit comments

Comments
 (0)