diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6feda..00837b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,8 @@ 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.1](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.0.0...v1.0.1) (2019-03-13) + + + # 1.0.0 (2019-03-13) diff --git a/package.json b/package.json index 2bbc958..cbc26b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helloworks-sdk", - "version": "1.0.0", + "version": "1.0.1", "description": "A Node.js SDK for easily creating and managing HelloWorks workflow instances.", "main": "index.js", "license": "Apache-2.0",