* feat: remove a Model from all registries (Miroslav Bajtoš)
This commit is contained in:
Miroslav Bajtoš 2018-04-17 09:34:00 +02:00
parent 2d76947c07
commit 2ac5efa04a
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-04-17, Version 3.18.0
==========================
* feat: remove a Model from all registries (Miroslav Bajtoš)
2018-04-16, Version 3.17.0
==========================

View File

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