Skip to content

Commit 5e121d6

Browse files
committed
1.1.0
1 parent 59aeaa3 commit 5e121d6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.0
2+
3+
There were no changes since 1.1.0-beta.5.
4+
15
# 1.1.0-beta.5
26

37
* The session will now ignore session store events when it is currently

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.1.0-beta.5",
3+
"version": "1.1.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"directories": {
66
"doc": "doc",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.5');
1+
Ember.libraries.register('Ember Simple Auth', '1.1.0');

0 commit comments

Comments
 (0)