3.1.1
* Update package.json for LB3 release (Simon Ho) * Fix eslint errors reported by the latest eslint (Miroslav Bajtoš) * Fix HasOne.update to propagate options arg (Miroslav Bajtoš) * Fix linter errors for CI (Simon Ho) * Replicate .github from loopback repo (Siddhi Pai) * Update ko translation file (Candy) * Honour allowExtendedOperators in "DAO.find" (Miroslav Bajtoš) * Fix MySql CI server Failure (Loay) * Upgrade eslint & config to latest (Miroslav Bajtoš)
This commit is contained in:
parent
05f10c859e
commit
0ad75bd93e
22
CHANGES.md
22
CHANGES.md
|
@ -1,3 +1,25 @@
|
|||
2016-12-21, Version 3.1.1
|
||||
=========================
|
||||
|
||||
* Update package.json for LB3 release (Simon Ho)
|
||||
|
||||
* Fix eslint errors reported by the latest eslint (Miroslav Bajtoš)
|
||||
|
||||
* Fix HasOne.update to propagate options arg (Miroslav Bajtoš)
|
||||
|
||||
* Fix linter errors for CI (Simon Ho)
|
||||
|
||||
* Replicate .github from loopback repo (Siddhi Pai)
|
||||
|
||||
* Update ko translation file (Candy)
|
||||
|
||||
* Honour allowExtendedOperators in "DAO.find" (Miroslav Bajtoš)
|
||||
|
||||
* Fix MySql CI server Failure (Loay)
|
||||
|
||||
* Upgrade eslint & config to latest (Miroslav Bajtoš)
|
||||
|
||||
|
||||
2016-12-05, Version 3.1.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue