We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aa3ed commit d0bb91aCopy full SHA for d0bb91a
NEWS.md
@@ -1,3 +1,8 @@
1
+Release 2.6.0
2
+================
3
+
4
+Implemented a fix to prevent sending bad data to the API.
5
6
Release 2.5.2
7
================
8
package.json
@@ -1,6 +1,6 @@
{
"name": "armlet",
- "version": "2.5.2",
+ "version": "2.6.0",
"description": [
"Armlet is a thin wrapper around the MythX API written in Javascript.",
"It simplifies interaction with MythX. For example, the library",
@@ -50,7 +50,7 @@
50
"husky": "^1.3.1",
51
"mocha": "^5.2.0",
52
"nock": "^9.6.1",
53
- "nyc": "^13.0.1",
+ "nyc": "^14.1.0",
54
"sinon": "^6.1.5"
55
},
56
"dependencies": {
0 commit comments