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)
This commit is contained in:
parent
c7e4f58562
commit
f2cbdedee5
18
CHANGES.md
18
CHANGES.md
|
@ -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
|
2017-07-17, Version 4.2.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector",
|
"name": "loopback-connector",
|
||||||
"version": "4.2.2",
|
"version": "4.3.0",
|
||||||
"description": "Building blocks for LoopBack connectors",
|
"description": "Building blocks for LoopBack connectors",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
|
|
Loading…
Reference in New Issue