Skip to content

Commit

Permalink
0.6.3 (#1217)
Browse files Browse the repository at this point in the history
* chore(release): 0.6.4

* chore(release): 0.6.3
  • Loading branch information
thomasrockhu-codecov authored Oct 10, 2023
1 parent e8d04dd commit 4812992
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.6.3](https://github.com/codecov/uploader/compare/v0.6.2...v0.6.3) (2023-10-10)


### Bug Fixes

* add ETIMEDOUT ([#1203](https://github.com/codecov/uploader/issues/1203)) ([23d8e78](https://github.com/codecov/uploader/commit/23d8e7827373b4e0c07959c7f00dae506526b8ce))
* **deps:** update dependency undici to v5.25.3 ([#1114](https://github.com/codecov/uploader/issues/1114)) ([4d20e99](https://github.com/codecov/uploader/commit/4d20e99ace5e90983ffc4c510603eb19aef1aab9))
* **deps:** update dependency undici to v5.25.4 ([#1212](https://github.com/codecov/uploader/issues/1212)) ([cf51701](https://github.com/codecov/uploader/commit/cf51701a14d9fd132af0b121c0b9d353252549f3))
* **deps:** update dependency validator to v13.11.0 ([#1110](https://github.com/codecov/uploader/issues/1110)) ([39f8f0a](https://github.com/codecov/uploader/commit/39f8f0a2e529cc6169f5732cbdae5eb511d8e092))
* handle windows drive letter at start of path ([#1099](https://github.com/codecov/uploader/issues/1099)) ([cba973c](https://github.com/codecov/uploader/commit/cba973cecd9360338f0a7a96e3b7ab597ef29fd5))
* retry on ECONNRESET ([#1098](https://github.com/codecov/uploader/issues/1098)) ([acbf664](https://github.com/codecov/uploader/commit/acbf664d2a052ef365a35027873a0c3b6d8c3e71)), closes [codecov/uploader#537](https://github.com/codecov/uploader/issues/537)
* update windows node version ([#1134](https://github.com/codecov/uploader/issues/1134)) ([dfeedf5](https://github.com/codecov/uploader/commit/dfeedf5bf631b29d30dc635a4da92c68fa33b5be))

### [0.6.2](https://github.com/codecov/uploader/compare/v0.6.0...v0.6.2) (2023-08-07)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "@codecov/uploader",
"version": "0.6.2",
"version": "0.6.3",
"description": "Codecov Report Uploader",
"private": true,
"bin": {
Expand Down

0 comments on commit 4812992

Please sign in to comment.