Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
- Prevent `setParams` from throwing error if undefined hash
  • Loading branch information
Ilya Radchenko committed Apr 18, 2016
1 parent fba87e6 commit 8135d4c
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,5 +1,11 @@
# Changelog

## v2.0.4 (4/18/2016)

#### Fixes

- Prevent error if hash for `setParams` is `undefined`

## v2.0.3 (4/15/2016)

#### Fixes
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-query-params",
"version": "2.0.3",
"version": "2.0.4",
"description": "Ember service for your query params",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 8135d4c

Please sign in to comment.