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)
This commit is contained in:
parent
b926f28c74
commit
a9051ef991
16
CHANGES.md
16
CHANGES.md
|
@ -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
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.12.0",
|
||||
"version": "3.13.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue