Skip to content

Commit

Permalink
Release 0.14.3 (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jan 10, 2024
1 parent 58c34a4 commit e8126f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## [0.14.3] - 2024-01-10

### Fixed

- Handle missing file errors thrown while trying to fingerprint an input file with a graceful abort.

## [0.14.2] - 2024-01-10

### Added
Expand All @@ -20,10 +26,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The local cache strategy will now create copy-on-write files when supported. This can improve performance when copying output files either into the cache or restoring from out of it, as the files' underlying data doesn't need to be copied, only filesystem metadata.
- Unhandled exceptions will now be handled more gracefully.

### Fixed

- Handle missing file errors thrown while trying to fingerprint an input file.

## [0.14.1] - 2023-10-20

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wireit",
"version": "0.14.2",
"version": "0.14.3",
"description": "Upgrade your npm scripts to make them smarter and more efficient",
"author": "Google LLC",
"license": "Apache-2.0",
Expand Down

0 comments on commit e8126f0

Please sign in to comment.