Skip to content

Commit

Permalink
3.17.1
Browse files Browse the repository at this point in the history
 * Update nestRemoting to pass optionsFromContext (bmatson)
 * fix(test): rem exclusive test (Samuel Reed)
 * fix(test): working test with 0 userId (Samuel Reed)
 * fix(AccessContext): Tighten userid/appid checks (Samuel Reed)
 * fix(id): replace with != null (Samuel Reed)
  • Loading branch information
bajtos committed Dec 12, 2017
1 parent b045e4a commit 243af4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2017-12-12, Version 3.17.1
==========================

* Update nestRemoting to pass optionsFromContext (bmatson)

* fix(test): rem exclusive test (Samuel Reed)

* fix(test): working test with 0 userId (Samuel Reed)

* fix(AccessContext): Tighten userid/appid checks (Samuel Reed)

* fix(id): replace with != null (Samuel Reed)


2017-11-29, Version 3.17.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",
"version": "3.17.0",
"version": "3.17.1",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
Expand Down

0 comments on commit 243af4b

Please sign in to comment.