Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Feb 23, 2017
1 parent e573c21 commit be1029d
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.0.12

* The `cookies` service's `clear` method now accepts options, see #48.
* ember-cookies now uses ESLint instead of JSHint/JSCS, see #37.

# 0.0.11

* A deprecation triggered by ember-getowner-polyfill has been fixed, see #30.
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.0.11",
"version": "0.0.12",
"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 be1029d

Please sign in to comment.