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

chore: release 7.0.0 #438

Merged
merged 2 commits into from
May 27, 2021
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ 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).

## [7.0.0](https://www.github.com/netlify/js-client/compare/v6.1.29...v7.0.0) (2021-05-27)


### ⚠ BREAKING CHANGES

Support for site deployment has been removed with this release. We recommend that you use the
[`deploy` command](https://cli.netlify.com/commands/deploy/) of Netlify CLI.

### Features

* remove deploy method ([#437](https://www.github.com/netlify/js-client/issues/437)) ([491854d](https://www.github.com/netlify/js-client/commit/491854d17aeb6bf79020668d9511738c0e429746))

### [6.1.29](https://www.github.com/netlify/js-client/compare/v6.1.28...v6.1.29) (2021-05-11)


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