Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane committed Oct 28, 2019
1 parent 6621655 commit 5cf5d7c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
<script src="https://cdn.jsdelivr.net/npm/places.js@1.16.6"></script>
<script src="https://cdn.jsdelivr.net/npm/places.js@1.17.0"></script>
```

[![Version][version-svg]][package-url] is the latest version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "places.js",
"version": "1.16.6",
"version": "1.17.0",
"description": "🌐 Turn any <input> into an address autocomplete.",
"main": "index.js",
"types": "typings.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1 +1 @@
export default '1.16.6';
export default '1.17.0';

0 comments on commit 5cf5d7c

Please sign in to comment.