* Pass options argument to custom validators (bmatson)
 * chore: update CODEOWNERS (#1566) (Diana Lau)
This commit is contained in:
Miroslav Bajtoš 2018-03-22 16:19:16 +01:00
parent f0c092da21
commit e095b77048
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2018-03-22, Version 3.16.0
==========================
* Pass options argument to custom validators (bmatson)
* chore: update CODEOWNERS (#1566) (Diana Lau)
2018-03-16, Version 3.15.5
==========================

View File

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