From a56491f8662e88898e8a314db49984d694f6ff17 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Fri, 17 Feb 2017 02:34:37 -0500 Subject: [PATCH] chore(release): 1.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d1302..cc1773b 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.2.2](https://github.com/bitjson/typescript-starter/compare/v1.2.1...v1.2.2) (2017-02-17) + + +### Bug Fixes + +* **tsconfig:** set rootDir option when outDir option is used ([3577caa](https://github.com/bitjson/typescript-starter/commit/3577caa)), closes [#9](https://github.com/bitjson/typescript-starter/issues/9) + + + ## [1.2.1](https://github.com/bitjson/typescript-starter/compare/v1.2.0...v1.2.1) (2017-02-14) diff --git a/package.json b/package.json index 950c50c..ce58f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-starter", - "version": "1.2.1", + "version": "1.2.2", "description": "A typescript starter for building javascript libraries and projects", "main": "build/main/index.js", "typings": "build/main/index.d.ts",