Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Jun 28, 2018
1 parent eb4cc9a commit 56dfa65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.1

* A bug that prevented cookies from being read from the request header
correctly in FastBoot if another cookie had been written before was fixed,
see #181.

# 0.3.0

* When writing a cookie, the written value is now checked to not exceed 4096
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.3.0",
"version": "0.3.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 56dfa65

Please sign in to comment.