Skip to content

Commit d0bb91a

Browse files
committed
Get ready for release v2.6.0
1 parent 85aa3ed commit d0bb91a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 2.6.0
2+
================
3+
4+
Implemented a fix to prevent sending bad data to the API.
5+
16
Release 2.5.2
27
================
38

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armlet",
3-
"version": "2.5.2",
3+
"version": "2.6.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",
@@ -50,7 +50,7 @@
5050
"husky": "^1.3.1",
5151
"mocha": "^5.2.0",
5252
"nock": "^9.6.1",
53-
"nyc": "^13.0.1",
53+
"nyc": "^14.1.0",
5454
"sinon": "^6.1.5"
5555
},
5656
"dependencies": {

0 commit comments

Comments
 (0)