Skip to content

Commit b35b46b

Browse files
chore(release): 6.0.2 [skip ci]
## [6.0.2](v6.0.1...v6.0.2) (2020-04-20) ### Bug Fixes * **dep-bump:** replace `request` (deprecated) with `node-fetch`;reviewed linting errors ([427c329](427c329)), closes [#190](#190)
1 parent 427c329 commit b35b46b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.0.2](https://github.com/hexonet/node-sdk/compare/v6.0.1...v6.0.2) (2020-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **dep-bump:** replace `request` (deprecated) with `node-fetch`;reviewed linting errors ([427c329](https://github.com/hexonet/node-sdk/commit/427c3292232adad086b2726770d9c5434489f81c)), closes [#190](https://github.com/hexonet/node-sdk/issues/190)
7+
18
## [6.0.1](https://github.com/hexonet/node-sdk/compare/v6.0.0...v6.0.1) (2020-04-20)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hexonet/ispapi-apiconnector",
33
"description": "Node.js SDK for the insanely fast HEXONET API",
4-
"version": "6.0.1",
4+
"version": "6.0.2",
55
"private": false,
66
"author": {
77
"name": "Kai Schwarz",
@@ -94,4 +94,4 @@
9494
"dependencies": {
9595
"npm": ">=6.13.4"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)