diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d7b6c3c..34e01ff05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.4.1](https://github.com/codecov/uploader/compare/v0.4.0...v0.4.1) (2023-03-30) + + +### Features + +* add full report ([#983](https://github.com/codecov/uploader/issues/983)) ([416c243](https://github.com/codecov/uploader/commit/416c2437c938464feda4b62f5bf5582824b27014)) +* support cobertura reports generated by Microsoft.CodeCoverage ([da21e14](https://github.com/codecov/uploader/commit/da21e147f25c95d57f130bb396fe8f26d89f6f97)), closes [#917](https://github.com/codecov/uploader/issues/917) + + +### Bug Fixes + +* **deps:** update dependency undici to v5.21.0 ([#985](https://github.com/codecov/uploader/issues/985)) ([d2446d0](https://github.com/codecov/uploader/commit/d2446d01c7eb61fe2cb44d8bc1817a7cb9daed4a)) +* move checkSlug fn to validate ([#990](https://github.com/codecov/uploader/issues/990)) ([c468bfd](https://github.com/codecov/uploader/commit/c468bfd51b271413f6e9cb736b9c4fa8bdd6b0a9)) +* refactor spawnsize ([#999](https://github.com/codecov/uploader/issues/999)) ([bf1cfb9](https://github.com/codecov/uploader/commit/bf1cfb9be6e2b1cca73878b7f42ea8878911bc3b)) + ### [0.4.0](https://github.com/codecov/uploader/compare/v0.3.5...v0.4.0) (2023-03-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eccf2dd2e..1b7551aa6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@codecov/uploader", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codecov/uploader", - "version": "0.4.0", + "version": "0.4.1", "license": "ISC", "dependencies": { "fast-glob": "3.2.12", diff --git a/package.json b/package.json index 1b8df2d43..f6539590c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/uploader", - "version": "0.4.0", + "version": "0.4.1", "description": "Codecov Report Uploader", "private": true, "bin": {