Skip to content

Commit

Permalink
chore(release): 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov committed Oct 5, 2021
1 parent 24e6e9d commit 5b69863
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4](https://github.com/codecov/uploader/compare/v0.1.3...v0.1.4) (2021-10-05)

### Features

- use `git ls-files` ([6ff874c](https://github.com/codecov/uploader/commit/6ff874c960c7e94ba9e3029dad0592df2b1ad0d0))

### Bug Fixes

- change `projectRoot` to `dirPath` ([93a82de](https://github.com/codecov/uploader/commit/93a82de9a19966ba87ce7f5da03d024c874e0266))
- correct service name of done.io ci ([46e82d5](https://github.com/codecov/uploader/commit/46e82d56a4e7417eeb92d09e3a5fb9106e4d6234))
- prevent SHA files from being uploaded ([4bbe5e3](https://github.com/codecov/uploader/commit/4bbe5e3eba3f88efbe2ea2ac00ec143fa5046cf2))

### [0.1.3](https://github.com/codecov/uploader/compare/v0.1.2...v0.1.3) (2021-09-30)

### Bug Fixes
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",
"version": "0.1.3",
"version": "0.1.4",
"description": "Codecov Report Uploader",
"private": true,
"bin": "dist/bin/codecov.js",
Expand Down

0 comments on commit 5b69863

Please sign in to comment.