Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

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

## [11.0.3](https://github.com/netlify/js-client/compare/v11.0.2...v11.0.3) (2022-07-18)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))

## [11.0.2](https://github.com/netlify/js-client/compare/v11.0.1...v11.0.2) (2022-06-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.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,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "11.0.2",
"version": "11.0.3",
"type": "module",
"files": [
"src/**/*.js",
Expand Down