Skip to content

Commit

Permalink
3.31.1
Browse files Browse the repository at this point in the history
 * Fix for #1724 - Added options to attribute updates (#1725) (#1748) (Bill Matson)
 * Fix "access" hook for unoptimized "near" queries (Miroslav Bajtoš)
 * Test "near" queries executed in memory (Miroslav Bajtoš)
 * Fix DateString ctor to accept DateString instances (Miroslav Bajtoš)
  • Loading branch information
dhmlau committed May 31, 2019
1 parent 16936e0 commit 507621c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2019-05-31, Version 3.31.1
==========================

* Fix for #1724 - Added options to attribute updates (#1725) (#1748) (Bill Matson)

* Fix "access" hook for unoptimized "near" queries (Miroslav Bajtoš)

* Test "near" queries executed in memory (Miroslav Bajtoš)

* Fix DateString ctor to accept DateString instances (Miroslav Bajtoš)


2019-05-03, Version 3.31.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.31.0",
"version": "3.31.1",
"publishConfig": {
"export-tests": true,
"tag": "lts"
Expand Down

0 comments on commit 507621c

Please sign in to comment.