Skip to content

Commit 38ab6fb

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.0.2...v7.0.0) (2020-04-24) ### Bug Fixes * **logger:** align error parameter of logger to be string ([ab1ee02](ab1ee02)) ### BREAKING CHANGES * **logger:** log method in Logger class change type of 3rd parameter
1 parent ab1ee02 commit 38ab6fb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0](https://github.com/hexonet/node-sdk/compare/v6.0.2...v7.0.0) (2020-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **logger:** align error parameter of logger to be string ([ab1ee02](https://github.com/hexonet/node-sdk/commit/ab1ee02dc67bbbbe550e344db40ef290c5659d06))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **logger:** log method in Logger class change type of 3rd parameter
12+
113
## [6.0.2](https://github.com/hexonet/node-sdk/compare/v6.0.1...v6.0.2) (2020-04-20)
214

315

package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "7.0.0",
55
"private": false,
66
"author": {
77
"name": "Kai Schwarz",

0 commit comments

Comments
 (0)