diff --git a/CHANGELOG.md b/CHANGELOG.md index 7532665..945fd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.2](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.1...v1.0.2) (2017-12-07) + + +### Bug Fixes + +* Correct github URL :bug: ([e97ea83](https://github.com/viswiz-io/viswiz-nodejs-sdk/commit/e97ea83)) + + + ## [1.0.1](https://github.com/viswiz-io/viswiz-nodejs-sdk/compare/v1.0.0...v1.0.1) (2017-12-07) diff --git a/Documentation.md b/Documentation.md index 608d7d6..12bcb0d 100644 --- a/Documentation.md +++ b/Documentation.md @@ -213,4 +213,4 @@ const image = await client.createImage('gjVgsiWeh4TYVseqJsU6ev', 'image-name', ' ``` --- -Documentation generated on **Thu, 07 Dec 2017 12:22:00 GMT** +Documentation generated on **Thu, 07 Dec 2017 12:25:48 GMT** diff --git a/package.json b/package.json index 6167695..b928fa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viswiz-sdk", "description": "The VisWiz.io Node.js SDK", - "version": "1.0.1", + "version": "1.0.2", "main": "sdk.js", "author": "Valentin Agachi ", "repository": {