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

Commit

Permalink
release v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMontane committed Jan 21, 2019
1 parent 2a2f808 commit cd978e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.3](https:/algolia/places/compare/v1.15.2...v1.15.3) (2019-01-21)


### Bug Fixes

* **node-support:** fix a critical bug where missing polyfills were crashing the library ([#712](https:/algolia/places/issues/712)) ([2a2f808](https:/algolia/places/commit/2a2f808))



## [1.15.2](https:/algolia/places/compare/v1.15.1...v1.15.2) (2019-01-18)


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/[email protected].2"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></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.15.2",
"version": "1.15.3",
"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.15.2';
export default '1.15.3';

0 comments on commit cd978e6

Please sign in to comment.