Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed May 11, 2016
1 parent 59aeaa3 commit 5e121d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0

There were no changes since 1.1.0-beta.5.

# 1.1.0-beta.5

* The session will now ignore session store events when it is currently
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "1.1.0-beta.5",
"version": "1.1.0",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion vendor/ember-simple-auth/register-version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.5');
Ember.libraries.register('Ember Simple Auth', '1.1.0');

0 comments on commit 5e121d6

Please sign in to comment.