* Fix datasource state management (Raymond Feng)
This commit is contained in:
Raymond Feng 2018-05-22 10:52:51 -07:00
parent 41c9a6d9b0
commit dafb8a1ab7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-05-22, Version 3.21.0
==========================
* Fix datasource state management (Raymond Feng)
2018-05-11, Version 3.20.2
==========================

View File

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