3.9.2
* Fix the case where qWhere[idKey] is null (Tetsuo Seto) * test/helpers: annotate skipped tests (Kevin Delisle) * Fix mixins/validatable docs (ssh24)
This commit is contained in:
parent
b79763d065
commit
5da8170d9e
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2017-06-22, Version 3.9.2
|
||||
=========================
|
||||
|
||||
* Fix the case where qWhere[idKey] is null (Tetsuo Seto)
|
||||
|
||||
* test/helpers: annotate skipped tests (Kevin Delisle)
|
||||
|
||||
* Fix mixins/validatable docs (ssh24)
|
||||
|
||||
|
||||
2017-06-01, Version 3.9.1
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.9.1",
|
||||
"version": "3.9.2",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue