* chore: add test for atomic upsertWithWhere (#1864) (Matteo Padovano)
 * chore: update PR template (#1863) (Diana Lau)
 * update PR template to include DCO (#1859) (Diana Lau)
 * chore: add contributing section to readme (#1858) (Diana Lau)
This commit is contained in:
jannyHou 2020-09-25 12:14:33 -04:00
parent 76acf333fd
commit 8031e54fb4
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2020-09-25, Version 4.20.1
==========================
* chore: add test for atomic upsertWithWhere (#1864) (Matteo Padovano)
* chore: update PR template (#1863) (Diana Lau)
* update PR template to include DCO (#1859) (Diana Lau)
* chore: add contributing section to readme (#1858) (Diana Lau)
2020-08-04, Version 4.24.0
==========================

View File

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