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

Commit

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


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.5"></script>
<script src="https://cdn.jsdelivr.net/npm/places.js@1.16.6"></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.5",
"version": "1.16.6",
"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.5';
export default '1.16.6';

0 comments on commit bdb4dd3

Please sign in to comment.