4.2.0
* Add generateUniqueId prototype (Tetsuo Seto) * Add travis for CI (#91) (Sakib Hasan)
This commit is contained in:
parent
4d1574521d
commit
6bb07257d3
13
CHANGES.md
13
CHANGES.md
|
@ -1,3 +1,11 @@
|
||||||
|
2017-04-10, Version 4.2.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add generateUniqueId prototype (Tetsuo Seto)
|
||||||
|
|
||||||
|
* Add travis for CI (#91) (Sakib Hasan)
|
||||||
|
|
||||||
|
|
||||||
2017-03-31, Version 4.1.0
|
2017-03-31, Version 4.1.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -7,6 +15,11 @@
|
||||||
2017-03-06, Version 4.0.0
|
2017-03-06, Version 4.0.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2017-03-06, Version 3.x-latest
|
||||||
|
==============================
|
||||||
|
|
||||||
* Update deps and fix styles (Raymond Feng)
|
* Update deps and fix styles (Raymond Feng)
|
||||||
|
|
||||||
* Add checkFieldAndIndex (#87) (Janny)
|
* Add checkFieldAndIndex (#87) (Janny)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector",
|
"name": "loopback-connector",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"description": "Building blocks for LoopBack connectors",
|
"description": "Building blocks for LoopBack connectors",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
|
|
Loading…
Reference in New Issue