* update strong-globalize to 3.1.0 (#1505) (Kyusung Shim)
 * Fix basic-querying (#1509) (Janny)
 * translation return for Q4 drop1 (tangyinb)
 * Allow passing null to base model ctor (Zak Barbuto)
 * CODEOWNERS: add zbarbuto (Miroslav Bajtoš)
 * update globalize string (Diana Lau)
This commit is contained in:
Diana Lau 2017-10-17 23:24:07 -04:00
parent b926f28c74
commit a9051ef991
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
2017-10-18, Version 3.13.0
==========================
* update strong-globalize to 3.1.0 (#1505) (Kyusung Shim)
* Fix basic-querying (#1509) (Janny)
* translation return for Q4 drop1 (tangyinb)
* Allow passing null to base model ctor (Zak Barbuto)
* CODEOWNERS: add zbarbuto (Miroslav Bajtoš)
* update globalize string (Diana Lau)
2017-09-07, Version 3.12.0
==========================

View File

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