From b9a739fc3e7e3c63f2e0fe3912b72c4656f3ea43 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 27 Feb 2017 16:21:11 +0100 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fba404..6cf9d87 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.1.1](https://www.github.com/Hotell/typescript-lib-starter/compare/v1.1.0...v1.1.1) (2017-02-27) + + +### Bug Fixes + +* add back npm publish to release script ([378d582](https://www.github.com/Hotell/typescript-lib-starter/commit/378d582)) + + + # [1.1.0](https://www.github.com/Hotell/typescript-lib-starter/compare/v1.0.1...v1.1.0) (2017-02-27) diff --git a/package.json b/package.json index fbfb920..e1b01f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-lib-starter", - "version": "1.1.0", + "version": "1.1.1", "description": "TypeScript library setup for multiple compilation targets using tsc and webpack", "main": "lib/index", "module": "lib-esm/index",