From 3aa9cf79df30f34b4c4f7dd32ae4eb16a5858cb9 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 13 Feb 2017 00:58:37 -0500 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5112829..97cfd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1.1](https://github.com/bitjson/node-typescript-starter/compare/v1.1.0...v1.1.1) (2017-02-13) + + + # 1.1.0 (2017-02-13) diff --git a/package.json b/package.json index d450217..a07983b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es7-typescript-starter", - "version": "1.1.0", + "version": "1.1.1", "description": "An es7/typescript starter for building javascript libraries", "main": "build/main/index.js", "typings": "build/main/index.d.ts",