Skip to content

Commit 259025f

Browse files
committed
1.4.0
1 parent fbb1526 commit 259025f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.4.0
2+
3+
* A new session store has been added that is based on `sessionStorage`, see
4+
#1392.
5+
* Several documentation errors and typos have been fixed, see #1393, #1372,
6+
#1374, #1366, #1346.
7+
18
# 1.3.0
29

310
* ESA now uses ember-fetch instead of ember-network. ember-fetch is better

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.3.0",
3+
"version": "1.4.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)