Skip to content

Commit 0ad75bd

Browse files
committed
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š)
1 parent 05f10c8 commit 0ad75bd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2016-12-21, Version 3.1.1
2+
=========================
3+
4+
* Update package.json for LB3 release (Simon Ho)
5+
6+
* Fix eslint errors reported by the latest eslint (Miroslav Bajtoš)
7+
8+
* Fix HasOne.update to propagate options arg (Miroslav Bajtoš)
9+
10+
* Fix linter errors for CI (Simon Ho)
11+
12+
* Replicate .github from loopback repo (Siddhi Pai)
13+
14+
* Update ko translation file (Candy)
15+
16+
* Honour allowExtendedOperators in "DAO.find" (Miroslav Bajtoš)
17+
18+
* Fix MySql CI server Failure (Loay)
19+
20+
* Upgrade eslint & config to latest (Miroslav Bajtoš)
21+
22+
123
2016-12-05, Version 3.1.0
224
=========================
325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)