From a8edea1d40b851930159b7bc729aa620239de36c Mon Sep 17 00:00:00 2001 From: bencergazda Date: Thu, 9 Sep 2021 17:39:43 +0200 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352f194..77127bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.1.4](https://github.com/body-builder/typescript-cp/compare/v0.1.3...v0.1.4) (2021-09-09) + + +### Features + +* Ignore files that are listed in the tsconfig `exclude` array ([e95833d](https://github.com/body-builder/typescript-cp/commit/e95833d52b94738c04c201c9aa1a8849c98cd5c7)) + ### [0.1.3](https://github.com/body-builder/typescript-cp/compare/v0.1.2...v0.1.3) (2021-08-26) diff --git a/package.json b/package.json index de71f58..b099e2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-cp", - "version": "0.1.3", + "version": "0.1.4", "description": "Copy non-typescript files to outDir", "homepage": "https://github.com/body-builder/typescript-cp#readme", "repository": "https://github.com/body-builder/typescript-cp",