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

Commit ff5676c

Browse files
chore(main): release 11.0.0 (#682)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 457afe9 commit ff5676c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

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

10+
## [11.0.0](https://github.com/netlify/js-client/compare/v10.1.2...v11.0.0) (2022-02-07)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* **deps:** update dependency node-fetch to v3 (#679)
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency node-fetch to v3 ([#679](https://github.com/netlify/js-client/issues/679)) ([457afe9](https://github.com/netlify/js-client/commit/457afe9a3549194b97605d04dcc5e55139dab847))
20+
* **deps:** update dependency p-wait-for to v4 ([#680](https://github.com/netlify/js-client/issues/680)) ([4686079](https://github.com/netlify/js-client/commit/468607945c5859e3ba22fcff9842490eaa29a0d9))
21+
1022
### [10.1.2](https://github.com/netlify/js-client/compare/v10.1.1...v10.1.2) (2022-01-17)
1123

1224

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "10.1.2",
4+
"version": "11.0.0",
55
"type": "module",
66
"files": [
77
"src/**/*.js",

0 commit comments

Comments
 (0)