diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cae3d0..b417d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v1.7.1 +- Only add to window if window exists [#42](https://github.com/tristen/suggestions/pull/42) + ### v1.7.0 - [feature] Add `hideOnBlur` option [#30](https://github.com/tristen/suggestions/pull/30) diff --git a/package.json b/package.json index 9667b70..b1d6d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suggestions", - "version": "1.7.0", + "version": "1.7.1", "description": "A typeahead component for inputs", "main": "index.js", "scripts": {