Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed Sep 9, 2021
1 parent 464e703 commit a8edea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a8edea1

Please sign in to comment.