@hexonet/ispapi-apiconnector
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -6,2 +6,6 @@ ### Changelog | ||
#### [v4.3.3](https://github.com/hexonet/node-sdk/compare/v4.3.2...v4.3.3) | ||
> 28 June 2018 | ||
- review publish script to commit commits and tags [`e0d0e00`](https://github.com/hexonet/node-sdk/commit/e0d0e00541be987c3cdc4398e96fbd05930e1c32) | ||
#### [v4.3.2](https://github.com/hexonet/node-sdk/compare/v4.3.1...v4.3.2) | ||
@@ -8,0 +12,0 @@ > 28 June 2018 |
{ | ||
"name": "@hexonet/ispapi-apiconnector", | ||
"description": "Node.js SDK for the insanely fast HEXONET API", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"author": { | ||
@@ -49,3 +49,3 @@ "name": "Kai Schwarz", | ||
"scripts": { | ||
"publish": "git push --tags", | ||
"publish": "git push && git push --tags", | ||
"version": "auto-changelog --package --output HISTORY.md; git add HISTORY.md", | ||
@@ -52,0 +52,0 @@ "test": "npm run test-NODE --silent", |
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
94542