Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 29, 2019
1 parent 9b12a5a commit 91ba9fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.5.1

* The `write` function now supports the `sameSite` option with values of
`'Strict'` or `'Lax'`, see #269.

# 0.5.0

* ember-cookies now requires Node 8, see #321.
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-cookies",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 91ba9fc

Please sign in to comment.