From 2f6c9a774356da01097e65b56db26e613a390468 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Thu, 15 Mar 2018 22:57:31 -0400 Subject: [PATCH] chore(release): 2.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f75a64..0933345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [2.3.0](https://github.com/bitjson/typescript-starter/compare/v2.2.0...v2.3.0) (2018-03-16) + + +### Bug Fixes + +* **CLI:** update execa to fix bug on Windows ([89722a4](https://github.com/bitjson/typescript-starter/commit/89722a4)), closes [#72](https://github.com/bitjson/typescript-starter/issues/72) +* **package:** switch to double quotes because single quotes break on Windows ([f315fa4](https://github.com/bitjson/typescript-starter/commit/f315fa4)) + + +### Features + +* **CLI:** add Travis CI and Appveyor CI as extra options ([bdaafaa](https://github.com/bitjson/typescript-starter/commit/bdaafaa)), closes [#69](https://github.com/bitjson/typescript-starter/issues/69) + + + # [2.2.0](https://github.com/bitjson/typescript-starter/compare/v2.1.1...v2.2.0) (2018-03-16) diff --git a/package-lock.json b/package-lock.json index 54661c6..bb214e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "typescript-starter", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65933c4..b69e9f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-starter", - "version": "2.2.0", + "version": "2.3.0", "description": "A typescript starter for building javascript libraries and projects", "bin": { "typescript-starter": "./bin/typescript-starter"