Skip to content

Commit

Permalink
chore(release): version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-ka committed Oct 12, 2015
1 parent c5f64d4 commit 905fe5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
### 1.11.1 (2015-10-12)


#### Bug Fixes

* upgrade code to 0.14, too ([c5f64d47](https://github.com/ubilabs/react-geosuggest/commit/c5f64d47befef21c620bee1db41e86ffc1592194))


## 1.11.0 (2015-10-12)


Expand Down
2 changes: 1 addition & 1 deletion dist/react-geosuggest.js
Expand Up @@ -76,7 +76,7 @@ var Geosuggest = _react2['default'].createClass({
* When the input got changed
*/
onInputChange: function onInputChange() {
var userInput = this.refs.geosuggestInput.getDOMNode().value;
var userInput = this.refs.geosuggestInput.value;

this.setState({ userInput: userInput }, (function () {
this.showSuggests();
Expand Down
2 changes: 1 addition & 1 deletion dist/react-geosuggest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-geosuggest",
"version": "1.11.0",
"version": "1.11.1",
"description": "A React autosuggest for the Google Maps Places API.",
"main": "module/Geosuggest.js",
"author": "Robert Katzki <katzki@ubilabs.net>",
Expand Down

0 comments on commit 905fe5b

Please sign in to comment.