@hexonet/ispapi-apiconnector
Advanced tools
Comparing version 4.3.3 to 4.3.4
@@ -6,2 +6,6 @@ ### Changelog | ||
#### [v4.3.4](https://github.com/hexonet/node-sdk/compare/v4.3.3...v4.3.4) | ||
> 28 June 2018 | ||
- set auto-changelog's commit-limit to infinite [`373a9ea`](https://github.com/hexonet/node-sdk/commit/373a9ea2648c9a206fc7c8ce886f0decfcce3b3c) | ||
#### [v4.3.3](https://github.com/hexonet/node-sdk/compare/v4.3.2...v4.3.3) | ||
@@ -114,3 +118,7 @@ > 28 June 2018 | ||
- drop history file [`7831dc9`](https://github.com/hexonet/node-sdk/commit/7831dc9a574b3c40505308cf895e8a7d5770b54d) | ||
- Update README.md [`fc84a53`](https://github.com/hexonet/node-sdk/commit/fc84a5321bf3bca7ef64f56b51264382b445040d) | ||
- Update README.md [`2dfc8a1`](https://github.com/hexonet/node-sdk/commit/2dfc8a1aff8cabd86a7b7de0665cc4094dd541c1) | ||
- Update README.md [`2d10235`](https://github.com/hexonet/node-sdk/commit/2d1023508a2256fae6abebb2d3c1c65e0264d7ae) | ||
- correct version number [`d79fce3`](https://github.com/hexonet/node-sdk/commit/d79fce3f8c92db815bf80461fcf579b3d9f4e3a6) | ||
- Update README.md [`18e691a`](https://github.com/hexonet/node-sdk/commit/18e691ac5619b4dc164894b46bbe69689b8e31ff) | ||
@@ -242,2 +250,3 @@ #### [v4.0.2](https://github.com/hexonet/node-sdk/compare/v4.0.1...v4.0.2) | ||
- renamed package [`f56cbca`](https://github.com/hexonet/node-sdk/commit/f56cbcaa602bc9391adc8469abb42e4a81edc7b3) | ||
- added beautifier config file [`2e1d89f`](https://github.com/hexonet/node-sdk/commit/2e1d89f2e2adcc59c9d11833edd4acb44cd8409c) | ||
- FNODE-44 updated .gitignore [`6dc162f`](https://github.com/hexonet/node-sdk/commit/6dc162f88aae7d87d51a3071ee6dafc8fcd1fe5a) | ||
@@ -264,2 +273,6 @@ | ||
- review [`eb09514`](https://github.com/hexonet/node-sdk/commit/eb095141e383825683f6b05e06420b4c8d050ee8) | ||
- subuser support [`2ee39a0`](https://github.com/hexonet/node-sdk/commit/2ee39a04f33ec698f7bdd0784a93660879501a11) | ||
- added .gitignore for eclipse project files [`eb5dbdb`](https://github.com/hexonet/node-sdk/commit/eb5dbdb8d3eff2ce46ddb106e39e636c155a9406) | ||
- TCPBACK-4 #close [`da14161`](https://github.com/hexonet/node-sdk/commit/da14161fff8e307cbabf80fc9ae2acdccbb86cd3) | ||
- Start repo [`d199c33`](https://github.com/hexonet/node-sdk/commit/d199c336b8b3f43d166f76dc945a6b58e8fccbb9) | ||
{ | ||
"name": "@hexonet/ispapi-apiconnector", | ||
"description": "Node.js SDK for the insanely fast HEXONET API", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"author": { | ||
@@ -50,3 +50,3 @@ "name": "Kai Schwarz", | ||
"publish": "git push && git push --tags", | ||
"version": "auto-changelog --package --output HISTORY.md; git add HISTORY.md", | ||
"version": "auto-changelog --commit-limit false --package --output HISTORY.md; git add HISTORY.md", | ||
"test": "npm run test-NODE --silent", | ||
@@ -53,0 +53,0 @@ "test-NODE": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95874