Skip to content

Commit

Permalink
chore(release): 7.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.4](v7.0.3...v7.0.4) (2021-01-21)

### Bug Fixes

* **ci:** migration from Travis CI to github actions ([b3244be](b3244be))
  • Loading branch information
semantic-release-bot committed Jan 21, 2021
1 parent b3244be commit 43f3a05
Show file tree
Hide file tree
Showing 17 changed files with 166 additions and 159 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.0.4](https://github.com/hexonet/node-sdk/compare/v7.0.3...v7.0.4) (2021-01-21)


### Bug Fixes

* **ci:** migration from Travis CI to github actions ([b3244be](https://github.com/hexonet/node-sdk/commit/b3244becfe9fc3c3e78054180e8e643e4ed7647a))

## [7.0.3](https://github.com/hexonet/node-sdk/compare/v7.0.2...v7.0.3) (2020-04-27)


Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"build": "tsc --version && tsc",
"documentation": "npm run documentation_docco --silent && npm run documentation_typedoc --silent",
"documentation_docco": "docco -l parallel -o docs/docco src/*.ts",
"documentation_typedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --mode file --includeDeclarations --excludeExternals src/*.ts",
"documentation_typedoc": "typedoc --out docs/typedoc --name @hexonet/ispapi-apiconnector --readme ./README.md --excludeExternals src/*.ts",
"lint": "eslint --fix --ext .ts,.json,.md . src test",
"test": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha -r ts-node/register test/*.spec.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/src/apiclient.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/apiclient.js

Large diffs are not rendered by default.

Loading

0 comments on commit 43f3a05

Please sign in to comment.