Skip to content

Commit

Permalink
1.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Feb 25, 2016
1 parent 5eb0484 commit f23cec0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.0-beta.2

* The `silent-error` package was added as a dependency (previously it was only
a dev dependency), fixing a bug that occurred when running the new
generators, see #911.
* The API docs for token expiration and refresh were improved, see #921.
* Lots of Ember Simple Auth's internal where cleaned up to take more advantage
of Babel in order to make the code more concise and easier to maintain, see
#905.

# 1.1.0-beta.1

* Session Stores are now asynchronous. Synchronous session stores will still
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.1",
"version": "1.1.0-beta.2",
"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.1');
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.2');

0 comments on commit f23cec0

Please sign in to comment.