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

Commit 52b233b

Browse files
chore(main): release 11.0.3 (#715)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent b89f1c1 commit 52b233b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.3](https://github.com/netlify/js-client/compare/v11.0.2...v11.0.3) (2022-07-18)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency node-fetch to v3.2.6 ([#713](https://github.com/netlify/js-client/issues/713)) ([294398c](https://github.com/netlify/js-client/commit/294398caed323262843b5e494c07c8fe001ec420))
16+
* **deps:** update dependency node-fetch to v3.2.8 ([#721](https://github.com/netlify/js-client/issues/721)) ([b89f1c1](https://github.com/netlify/js-client/commit/b89f1c19962eee266a1877d28ba95d96b3cfe87c))
17+
* **deps:** update dependency qs to v6.10.5 ([#714](https://github.com/netlify/js-client/issues/714)) ([2d369de](https://github.com/netlify/js-client/commit/2d369de6d27413bdfe6d0b9a7f6dd395c987e6d7))
18+
* **deps:** update dependency qs to v6.11.0 ([#718](https://github.com/netlify/js-client/issues/718)) ([8be55ee](https://github.com/netlify/js-client/commit/8be55eeb6cdcd48050468244612472d066af1545))
19+
1020
## [11.0.2](https://github.com/netlify/js-client/compare/v11.0.1...v11.0.2) (2022-06-17)
1121

1222

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

0 commit comments

Comments
 (0)