Skip to content

Commit 300e178

Browse files
committed
Get ready for release v2.7.0
1 parent eb5ba86 commit 300e178

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release 2.7.0
2+
================
3+
4+
The parameters `timeout`, `initalDelay`, and `debug` are no longer set in the `options` parameter for `Client.analyze`. These are all now seperate (optional) arguments.
5+
```
6+
Client.analyze(options, timeout, initialDelay, debug)
7+
```
8+
9+
Fixed a bug preventing token refresh when using the same Client for more than 10 minutes.
10+
11+
Documentation updates
12+
113
Release 2.6.0
214
================
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armlet",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": [
55
"Armlet is a thin wrapper around the MythX API written in Javascript.",
66
"It simplifies interaction with MythX. For example, the library",

0 commit comments

Comments
 (0)