Skip to content

Commit 91ba9fc

Browse files
committed
0.5.1
1 parent 9b12a5a commit 91ba9fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.5.1
2+
3+
* The `write` function now supports the `sameSite` option with values of
4+
`'Strict'` or `'Lax'`, see #269.
5+
16
# 0.5.0
27

38
* ember-cookies now requires Node 8, see #321.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cookies",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)