* Allow new transaction method in postgresql (#1493) (zbarbuto)
 * Fix bug in utils uniq function (#1526) (Peter Bouda)
 * Fix query for related models (#1522) (Joost de Bruijn)
 * chore:update license (#1521) (Diana Lau)
 * Allow customizing embedded relation property (#1513) (zbarbuto)
 * 📖 Typo on README.md (#1517) (JP Ventura)
 * CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš)
This commit is contained in:
Kevin Delisle 2017-12-14 11:33:39 -05:00
parent f5de99b249
commit 00cf01f901
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,22 @@
2017-10-18, Version 3.13.0 2017-12-14, Version 3.14.0
==========================
* Allow new transaction method in postgresql (#1493) (zbarbuto)
* Fix bug in utils uniq function (#1526) (Peter Bouda)
* Fix query for related models (#1522) (Joost de Bruijn)
* chore:update license (#1521) (Diana Lau)
* Allow customizing embedded relation property (#1513) (zbarbuto)
* :book: Typo on README.md (#1517) (JP Ventura)
* CODEOWNERS: move @lehni to Alumni section (Miroslav Bajtoš)
2017-10-17, Version 3.13.0
========================== ==========================
* update strong-globalize to 3.1.0 (#1505) (Kyusung Shim) * update strong-globalize to 3.1.0 (#1505) (Kyusung Shim)

View File

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