From 9eea25a7f33da533219642781fad2031b53bffea Mon Sep 17 00:00:00 2001 From: Nathan Buchar Date: Wed, 13 Mar 2019 14:02:33 -0700 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",