From 5ceb48a15a725aa28df1f11334778ae1880192be Mon Sep 17 00:00:00 2001 From: bencergazda Date: Wed, 20 Jul 2022 14:06:05 +0200 Subject: [PATCH] chore(release): 0.1.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0413b33..abbb618 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.6](https://github.com/body-builder/typescript-cp/compare/v0.1.5...v0.1.6) (2022-07-20) + + +### Bug Fixes + +* Handle binary files correctly ([0fca3ab](https://github.com/body-builder/typescript-cp/commit/0fca3ab1071ec1c46bcd77e5fe4b6a79a6687417)) + ### [0.1.5](https://github.com/body-builder/typescript-cp/compare/v0.1.4...v0.1.5) (2021-10-11) diff --git a/package.json b/package.json index 64ff49d..902ba03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-cp", - "version": "0.1.5", + "version": "0.1.6", "description": "Copy non-typescript files to outDir", "homepage": "https://github.com/body-builder/typescript-cp#readme", "repository": "https://github.com/body-builder/typescript-cp",