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

Commit 2b90af2

Browse files
committed
4.8.0
1 parent 0810142 commit 2b90af2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v4.7.0](https://github.com/netlify/js-client/compare/v4.6.0...v4.7.0)
10+
## [v4.8.0](https://github.com/netlify/js-client/compare/v4.7.0...v4.8.0)
11+
12+
### Merged
13+
14+
- Small improvement of the test logic [`#172`](https://github.com/netlify/js-client/pull/172)
15+
- Retry on `ETIMEDOUT` timeout [`#171`](https://github.com/netlify/js-client/pull/171)
16+
17+
### Commits
18+
19+
- Add retries on timeout [`eb39b8f`](https://github.com/netlify/js-client/commit/eb39b8fd656a38ec85346954ec5b83876f330c83)
20+
21+
## [v4.7.0](https://github.com/netlify/js-client/compare/v4.6.0...v4.7.0) - 2020-10-07
1122

1223
### Merged
1324

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,7 +1,7 @@
11
{
22
"name": "netlify",
33
"description": "Netlify Node.js API client",
4-
"version": "4.7.0",
4+
"version": "4.8.0",
55
"files": [
66
"src",
77
"dist",

0 commit comments

Comments
 (0)