Skip to content

Commit

Permalink
chore: release 6.0.0 (#3097)
Browse files Browse the repository at this point in the history
* chore: release 6.0.0

* chore: update CHANGELOG

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
token-generator-app[bot] and eduardoboucas authored Aug 4, 2021
1 parent 0981c37 commit 77b6891
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [6.0.0](https://www.github.com/netlify/cli/compare/v5.4.16...v6.0.0) (2021-08-04)


### ⚠ BREAKING CHANGES

The `deploy` command will now look for a functions cache created by the `build` command and deploy any existing function archives. You can disable this feature with `--skip-functions-cache` flag, which will tell the CLI to create fresh archives as part of the deployment.

```
netlify deploy --skip-functions-cache
```

### Features

* add support for manifest file ([#3091](https://www.github.com/netlify/cli/issues/3091)) ([8a660cd](https://www.github.com/netlify/cli/commit/8a660cd19f39b739a71bc9e2c4c5b070eac666c3))


### Miscellaneous Chores

* update test fixture names ([#3096](https://www.github.com/netlify/cli/issues/3096)) ([0981c37](https://www.github.com/netlify/cli/commit/0981c3775bd6a246c19c89c18e2f5bb338201269))

### [5.4.16](https://www.github.com/netlify/cli/compare/v5.4.15...v5.4.16) (2021-08-03)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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-cli",
"description": "Netlify command line tool",
"version": "5.4.16",
"version": "6.0.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

1 comment on commit 77b6891

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 331 MB

Please sign in to comment.