From 5cf5d7c84676b32e4a62f51b630582a20023dd8e Mon Sep 17 00:00:00 2001 From: Jonathan Montane Date: Mon, 28 Oct 2019 16:54:47 +0100 Subject: [PATCH] release v1.17.0 See https://github.com/algolia/places/blob/master/CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- src/version.js | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47b56dc0..2f4b92da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.17.0](https://github.com/algolia/places/compare/v1.16.6...v1.17.0) (2019-10-28) + + +### Bug Fixes + +* **get-val:** call autocompleteInstance.val instead ac.autocomplete.getVal ([#919](https://github.com/algolia/places/issues/919)) ([6621655](https://github.com/algolia/places/commit/662165568edd5fcbd7e51ace2d75a20709500cf8)) + + +### Features + +* **accessibility:** allow modification of attributes on pin and clear buttons ([#920](https://github.com/algolia/places/issues/920)) ([41cbd09](https://github.com/algolia/places/commit/41cbd09718d3109e364da91af27b8f9bdff4667c)) + + + ## [1.16.6](https://github.com/algolia/places/compare/v1.16.5...v1.16.6) (2019-10-09) diff --git a/README.md b/README.md index db690e567..dd8ee343a 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 c6290719b..4c0434d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "places.js", - "version": "1.16.6", + "version": "1.17.0", "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 80bbfcfad..3e9c44545 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export default '1.16.6'; +export default '1.17.0';