* Transaction: Support moving timeout to connector (Jürg Lehni)
 * Add support for transactions in count() (Jürg Lehni)
 * Add stalebot configuration (Kevin Delisle)
 * Create Issue and PR Templates (#113) (Sakib Hasan)
 * Update translated strings Q3 2017 (Allen Boone)
 * update messages.json (Diana Lau)
 * Add CODEOWNER file (Diana Lau)
This commit is contained in:
Kevin Delisle 2017-09-01 12:51:28 -04:00
parent c7e4f58562
commit f2cbdedee5
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2017-09-01, Version 4.3.0
=========================
* Transaction: Support moving timeout to connector (Jürg Lehni)
* Add support for transactions in count() (Jürg Lehni)
* Add stalebot configuration (Kevin Delisle)
* Create Issue and PR Templates (#113) (Sakib Hasan)
* Update translated strings Q3 2017 (Allen Boone)
* update messages.json (Diana Lau)
* Add CODEOWNER file (Diana Lau)
2017-07-17, Version 4.2.2
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector",
"version": "4.2.2",
"version": "4.3.0",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=4"