Skip to content

Commit

Permalink
2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Jul 6, 2020
1 parent 7ed8238 commit 6410f72
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v2.58.0](https://github.com/netlify/cli/compare/v2.57.0...v2.58.0) - 2020-07-06

### Merged

- Functions: Handle query parameters correctly [`#976`](https://github.com/netlify/cli/pull/976)
- fixes #977 change request body validation [`#978`](https://github.com/netlify/cli/pull/978)
- Deploy: Force async on large deployments [`#966`](https://github.com/netlify/cli/pull/966)
- Use base64 encoding for binary types [`#975`](https://github.com/netlify/cli/pull/975)
- fix: wait for chokidar ready event before listening to function builder src dir [`#974`](https://github.com/netlify/cli/pull/974)

### Fixed

- fixes #977 change request body validation (#978) [`#977`](https://github.com/netlify/cli/issues/977) [`#977`](https://github.com/netlify/cli/issues/977)

## [v2.57.0](https://github.com/netlify/cli/compare/v2.56.0...v2.57.0) - 2020-07-01

### Merged
Expand Down
2 changes: 1 addition & 1 deletion 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-cli",
"description": "Netlify command line tool",
"version": "2.57.0",
"version": "2.58.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <[email protected]> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 6410f72

Please sign in to comment.