Skip to content

Commit

Permalink
Finish 3.1.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Aug 27, 2021
2 parents e2bd684 + 414cddf commit 8b1eab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function doLookup(entities, options, cb) {

lookupResults.push({
entity,
isVolatile: true, // prevent limit reached results from being cached
data: {
summary: ['Lookup limit reached'],
details: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "./integration.js",
"name": "ARIN",
"description": "ARIN Integration",
"version": "3.1.0-beta",
"version": "3.1.1-beta",
"private": true,
"dependencies": {
"request": "^2.88.2",
Expand Down

0 comments on commit 8b1eab6

Please sign in to comment.