Skip to content

Commit

Permalink
1.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Apr 8, 2016
1 parent 5c94372 commit 35bb443
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.4

* A critical bug in the cookie store causing an immediate logout after logging
in has been fixed, see #931.
* A deprecation in Ember.js 2.5.0 was fixed, see #941.
* The versions of Ember CLI used to build and develop the addon itself have
been updated to the latest release versions, see #936.
* The README, API docs and contribution guidelines have been improved, see
#954, #947.

# 1.1.0-beta.3

* The `ember-cli-is-package-missing` package was added as a dependency
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.3",
"version": "1.1.0-beta.4",
"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.3');
Ember.libraries.register('Ember Simple Auth', '1.1.0-beta.4');

0 comments on commit 35bb443

Please sign in to comment.