Skip to content

Commit

Permalink
1.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 1, 2016
1 parent 4259dc6 commit 9d5a37b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.1.0-beta.3

* The `ember-cli-is-package-missing` package was added as a dependency
(previously it was only a dev dependency), fixing a bug that occurred when
running the new generators, see #913.
* A regression in the cookie store was fixed causing a transition to the
`routeAfterAuthentication` after session restoration, see #915.
* The code base now consistently overrides the `init` method instead of relying
on `on('init', …` which results in easier to understand and maintain code,
see #917.

# 1.1.0-beta.2

* The `silent-error` package was added as a dependency (previously it was only
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.2",
"version": "1.1.0-beta.3",
"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.2');
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.3');

0 comments on commit 9d5a37b

Please sign in to comment.