diff --git a/CHANGELOG.md b/CHANGELOG.md index db260b87a..a47b56dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.6](https://github.com/algolia/places/compare/v1.16.5...v1.16.6) (2019-10-09) + + +### Bug Fixes + +* **typings:** include types field in package.json ([#907](https://github.com/algolia/places/issues/907)) ([4d70e28](https://github.com/algolia/places/commit/4d70e28)) + + + ## [1.16.5](https://github.com/algolia/places/compare/v1.16.4...v1.16.5) (2019-09-30) diff --git a/README.md b/README.md index 8232dd8c6..db690e567 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ and use the places.js library. Our JavaScript library is available on the [jsDelivr CDN](http://www.jsdelivr.com) and also on [cdnjs](https://cdnjs.com/libraries/places.js). ```html - + ``` [![Version][version-svg]][package-url] is the latest version. diff --git a/package.json b/package.json index cd531ca63..6cd0ce14d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "places.js", - "version": "1.16.5", + "version": "1.16.6", "description": "🌐 Turn any into an address autocomplete.", "main": "index.js", "types": "typings.d.ts", diff --git a/src/version.js b/src/version.js index 3a70602f4..80bbfcfad 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export default '1.16.5'; +export default '1.16.6';