Skip to content

Commit 43f3a05

Browse files
chore(release): 7.0.4 [skip ci]
## [7.0.4](v7.0.3...v7.0.4) (2021-01-21) ### Bug Fixes * **ci:** migration from Travis CI to github actions ([b3244be](b3244be))
1 parent b3244be commit 43f3a05

17 files changed

+166
-159
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.4](https://github.com/hexonet/node-sdk/compare/v7.0.3...v7.0.4) (2021-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** migration from Travis CI to github actions ([b3244be](https://github.com/hexonet/node-sdk/commit/b3244becfe9fc3c3e78054180e8e643e4ed7647a))
7+
18
## [7.0.3](https://github.com/hexonet/node-sdk/compare/v7.0.2...v7.0.3) (2020-04-27)
29

310

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"build": "tsc --version && tsc",
5353
"documentation": "npm run documentation_docco --silent && npm run documentation_typedoc --silent",
5454
"documentation_docco": "docco -l parallel -o docs/docco src/*.ts",
55-
"documentation_typedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --mode file --includeDeclarations --excludeExternals src/*.ts",
55+
"documentation_typedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --excludeExternals src/*.ts",
5656
"lint": "eslint --fix --ext .ts,.json,.md . src test",
5757
"test": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha -r ts-node/register test/*.spec.ts"
5858
},

dist/src/apiclient.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/apiclient.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)