From 3fcff3cccbdccd1077cf41b914d0b3ac59f114df Mon Sep 17 00:00:00 2001 From: bencergazda Date: Sun, 7 May 2023 13:52:25 +0200 Subject: [PATCH] chore(release): 0.1.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5beb308..e7051ab 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.8](https://github.com/body-builder/typescript-cp/compare/v0.1.7...v0.1.8) (2023-05-07) + + +### Bug Fixes + +* Update package dependencies, fix vulnerabilities, and remove pify ([#12](https://github.com/body-builder/typescript-cp/issues/12)) ([7845d7d](https://github.com/body-builder/typescript-cp/commit/7845d7d3108391ee466109f4e3b70276a382fbbf)) + ### [0.1.7](https://github.com/body-builder/typescript-cp/compare/v0.1.6...v0.1.7) (2022-12-14) diff --git a/package.json b/package.json index 1fc1336..aff35e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-cp", - "version": "0.1.7", + "version": "0.1.8", "description": "Copy non-typescript files to outDir", "homepage": "https://github.com/body-builder/typescript-cp#readme", "repository": "https://github.com/body-builder/typescript-cp",