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

Commit

Permalink
release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane committed Sep 3, 2018
1 parent a2af694 commit d23545b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.10.0"></a>
# [1.10.0](https://github.com/algolia/places/compare/v1.9.1...v1.10.0) (2018-09-03)



<a name="1.9.1"></a>
## [1.9.1](https://github.com/algolia/places/compare/v1.9.0...v1.9.1) (2018-08-29)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.9.1"></script>
<script src="https://cdn.jsdelivr.net/npm/places.js@1.10.0"></script>
```

[![Version][version-svg]][package-url] is the latest version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "places.js",
"version": "1.9.1",
"version": "1.10.0",
"description": "🌐 Turn any <input> into an address autocomplete.",
"main": "index.js",
"jsdelivr": "dist/cdn/places.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.9.1';
export default '1.10.0';

0 comments on commit d23545b

Please sign in to comment.