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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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).

## [9.0.0](https://www.github.com/netlify/js-client/compare/v8.0.4...v9.0.0) (2021-11-24)


### ⚠ BREAKING CHANGES

* drop support for Node 10 (#582)

### Bug Fixes

* **deps:** update dependency @netlify/open-api to ^2.6.0 ([#567](https://www.github.com/netlify/js-client/issues/567)) ([3210b6c](https://www.github.com/netlify/js-client/commit/3210b6cf055c07a3fec6ee9ed781936f2d37dde9))


### Miscellaneous Chores

* drop support for Node 10 ([#582](https://www.github.com/netlify/js-client/issues/582)) ([8bea6b0](https://www.github.com/netlify/js-client/commit/8bea6b07349b04fc598ea93ee6a05b3609eecb1f))

### [8.0.4](https://www.github.com/netlify/js-client/compare/v8.0.3...v8.0.4) (2021-11-02)


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": "8.0.4",
"version": "9.0.0",
"files": [
"src/**/*.js",
"!src/**/*.test.js",
Expand Down