Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 6, 2017
1 parent 8153579 commit 30b6805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.1

* Accept both `https` and `https:` as valid protocols for HTTPS detections,
see #132.
* Add `raw` option to `read` and `write` that disables URL-en/decoding, see
#134.

# 0.1.0

* Allow ember-getowner-polyfill ^1.1.0 and ^2.0.0 (#118)
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.1.0",
"version": "0.1.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 30b6805

Please sign in to comment.