Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
 * 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š)
  • Loading branch information
bajtos committed Dec 21, 2016
1 parent 05f10c8 commit 0ad75bd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.1.0",
"version": "3.1.1",
"publishConfig": {
"export-tests": true
},
Expand Down

0 comments on commit 0ad75bd

Please sign in to comment.