Skip to content

Commit f00b159

Browse files
committed
1.2.0
1 parent 6904261 commit f00b159

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.2.0
2+
3+
* The [deprecated `bind` method from jQuery](http://api.jquery.com/bind/) has
4+
been replaced with `on`, see #1184.
5+
* The development dependencies have been updated and unused dependencies have
6+
been removed, see #1182, #1161, #1183.
7+
* JSHint has been replaced with ESLint, see #1185, #1186.
8+
19
# 1.2.0-beta.2
210

311
* The `getOwner` function is now read from the `Ember` object instead of

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "1.2.0-beta.2",
3+
"version": "1.2.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Ember.libraries.register('Ember Simple Auth', '1.2.0-beta.2');
1+
Ember.libraries.register('Ember Simple Auth', '1.2.0');

0 commit comments

Comments
 (0)