1
0
mirror of synced 2025-11-08 12:57:47 +00:00

chore(release): 1.2.0

This commit is contained in:
Jason Dreyzehner
2017-02-13 19:39:13 -05:00
parent 8c559c5f9e
commit 519401b457
2 changed files with 12 additions and 1 deletions

View File

@@ -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.
<a name="1.2.0"></a>
# [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))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/bitjson/node-typescript-starter/compare/v1.1.0...v1.1.1) (2017-02-13)

View File

@@ -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",