* Polyfill Number.isFinite() to support PhantomJS (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2018-04-19 09:11:12 +02:00
parent c213352800
commit 1ef38a6929
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-04-19, Version 3.18.1
==========================
* Polyfill Number.isFinite() to support PhantomJS (Miroslav Bajtoš)
2018-04-17, Version 3.18.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.18.0",
"version": "3.18.1",
"publishConfig": {
"export-tests": true
},