Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 5a36543

Browse files
committed
Bump to 3.8.1
1 parent 62fa885 commit 5a36543

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1+
### 3.8.1
2+
3+
#### Fixes
4+
5+
- [#246](https://github.com/codecov/codecov-node/pull/246) Revert "Bump teeny-request from 6.0.1 to 7.0.0"
6+
17
### 3.8.0
28

39
#### Features
10+
411
- [#160](https://github.com/codecov/codecov-node/pull/160) Add Github Actions support
512

613
#### Fixes
7-
- [#173](https://github.com/codecov/codecov-node/pull/173) Fix broken gcov command
14+
15+
- [#173](https://github.com/codecov/codecov-node/pull/173) Fix broken gcov command
816
- [#195](https://github.com/codecov/codecov-node/pull/195) Update Node testing versions
917
- [#200](https://github.com/codecov/codecov-node/pull/200) Remove flaky tests
1018
- [#204](https://github.com/codecov/codecov-node/pull/204) Create CHANGELOG and remove flaky v4 test
1119
- [#208](https://github.com/codecov/codecov-node/pull/208) Add license scan report and status
1220
- [#220](https://github.com/codecov/codecov-node/pull/220) Remove errant bitly
1321

1422
#### Dependencies
23+
1524
- [#189](https://github.com/codecov/codecov-node/pull/189) Bump lint-staged from 10.0.7 to 10.2.11
1625
- [#190](https://github.com/codecov/codecov-node/pull/190) [Security] Bump handlebars from 4.5.3 to 4.7.6
1726
- [#191](https://github.com/codecov/codecov-node/pull/191) Bump prettier from 1.19.1 to 2.0.5
@@ -30,7 +39,7 @@
3039
- [#212](https://github.com/codecov/codecov-node/pull/212) Bump eslint from 7.7.0 to 7.8.1
3140
- [#214](https://github.com/codecov/codecov-node/pull/214) Bump lint-staged from 10.2.13 to 10.3.0
3241
- [#215](https://github.com/codecov/codecov-node/pull/215) Bump husky from 4.2.5 to 4.3.0
33-
- [#216](https://github.com/codecov/codecov-node/pull/216) Bump node-fetch from 2.6.0 to 2.6.1
42+
- [#216](https://github.com/codecov/codecov-node/pull/216) Bump node-fetch from 2.6.0 to 2.6.1
3443
- [#217](https://github.com/codecov/codecov-node/pull/217) Bump eslint from 7.8.1 to 7.9.0
3544
- [#218](https://github.com/codecov/codecov-node/pull/218) Bump prettier from 2.1.1 to 2.1.2
3645
- [#219](https://github.com/codecov/codecov-node/pull/219) Bump lint-staged from 10.3.0 to 10.4.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)