Skip to content

Commit 814d269

Browse files
chore(release): 7.0.1 [skip ci]
## [7.0.1](v7.0.0...v7.0.1) (2020-04-27) ### Bug Fixes * **npm:** fixed main property path in package.json ([8a24bd5](8a24bd5))
1 parent 8a24bd5 commit 814d269

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.1](https://github.com/hexonet/node-sdk/compare/v7.0.0...v7.0.1) (2020-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** fixed main property path in package.json ([8a24bd5](https://github.com/hexonet/node-sdk/commit/8a24bd57575719f7f8a45fcf28e88c7813e733bd))
7+
18
# [7.0.0](https://github.com/hexonet/node-sdk/compare/v6.0.2...v7.0.0) (2020-04-24)
29

310

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",
88
"email": "kschwarz@hexonet.net"
99
},
10-
"main": "dist/index.js",
10+
"main": "dist/src/index.js",
1111
"license": "MIT",
1212
"engines": {
1313
"node": ">=10.18.0",

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": "7.0.0",
4+
"version": "7.0.1",
55
"private": false,
66
"author": {
77
"name": "Kai Schwarz",

0 commit comments

Comments
 (0)