From 519401b45703c6a3fe0620cc1a04ada9529aa1b8 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 13 Feb 2017 19:39:13 -0500 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97cfd53..30492f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.2.0](https://github.com/bitjson/node-typescript-starter/compare/v1.1.1...v1.2.0) (2017-02-14) + + +### Features + +* **github:** add sample GitHub issue template, PR template, and contributing guidelines ([9c95249](https://github.com/bitjson/node-typescript-starter/commit/9c95249)) +* **watch:** add unified watch task with multiview ([973966e](https://github.com/bitjson/node-typescript-starter/commit/973966e)) + + + ## [1.1.1](https://github.com/bitjson/node-typescript-starter/compare/v1.1.0...v1.1.1) (2017-02-13) diff --git a/package.json b/package.json index 4ace1af..9210065 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-starter", - "version": "1.1.1", + "version": "1.2.0", "description": "A typescript starter for building javascript libraries and projects", "main": "build/main/index.js", "typings": "build/main/index.d.ts",