Skip to content

Commit

Permalink
chore(release): 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed Jul 20, 2023
1 parent 49d0ded commit 1fe77d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.9](https://github.com/body-builder/typescript-cp/compare/v0.1.8...v0.1.9) (2023-07-20)


### Features

* Ignore projects where emitting is disabled ([#15](https://github.com/body-builder/typescript-cp/issues/15)) ([a385078](https://github.com/body-builder/typescript-cp/commit/a38507884110fb07e2f3753df3013ca9f0abfce3))

### [0.1.8](https://github.com/body-builder/typescript-cp/compare/v0.1.7...v0.1.8) (2023-05-07)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-cp",
"version": "0.1.8",
"version": "0.1.9",
"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 All @@ -25,7 +25,7 @@
"start": "tsc -w",
"build": "tsc",
"clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea --exclude !.idea/workspace.xml",
"release": "standard-version --sign",
"release": "standard-version",
"prepack": "npm run clean && npm run build"
},
"author": "Benedek Káldi",
Expand Down

0 comments on commit 1fe77d6

Please sign in to comment.