From 6410f72e5e29f7b2bd8d58e8fef002d60557abd3 Mon Sep 17 00:00:00 2001 From: Raees Iqbal Date: Mon, 6 Jul 2020 19:45:10 +0500 Subject: [PATCH] 2.58.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0272eaaf89c..ec5f49e2616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 85aa1045ca0..909b9d93e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.57.0", + "version": "2.58.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d254f65ad1a..e2298ac5856 100644 --- a/package.json +++ b/package.json @@ -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 (https://twitter.com/biilmann)",