Skip to content

Commit

Permalink
chore(release): 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov committed Aug 7, 2023
1 parent eb30484 commit 2b84102
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.2](https://github.com/codecov/uploader/compare/v0.6.0...v0.6.2) (2023-08-07)


### Bug Fixes

* **deps:** update dependency fast-glob to v3.3.1 ([#1104](https://github.com/codecov/uploader/issues/1104)) ([e151a79](https://github.com/codecov/uploader/commit/e151a79906e365a5c5a9c5b86f9e956dceed6c99)), closes [#1063](https://github.com/codecov/uploader/issues/1063)
* **deps:** update dependency undici to v5.22.0 ([#1031](https://github.com/codecov/uploader/issues/1031)) ([32e1f90](https://github.com/codecov/uploader/commit/32e1f90f3879776bf9ca24b938f113d65cd2215b))
* **deps:** update dependency undici to v5.22.1 ([#1059](https://github.com/codecov/uploader/issues/1059)) ([0f48b37](https://github.com/codecov/uploader/commit/0f48b3754cc1021a7f9d27a3112dd88e2bb22cba))
* **deps:** update dependency yargs to v17.7.2 ([#1038](https://github.com/codecov/uploader/issues/1038)) ([2ab7941](https://github.com/codecov/uploader/commit/2ab7941a173f12419a5126e2a6522c0eecab0446))
* use token param for upstream proxy auth ([b448744](https://github.com/codecov/uploader/commit/b4487448b185de43947120daf83d9f50da034922))

### [0.6.1](https://github.com/codecov/uploader/compare/v0.6.0...v0.6.1) (2023-06-20)


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.1",
"version": "0.6.2",
"description": "Codecov Report Uploader",
"private": true,
"bin": {
Expand Down

0 comments on commit 2b84102

Please sign in to comment.