From 16ee8ef31a76f0b049245df8308152e2ea2e4ec6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 08:41:51 +0000 Subject: [PATCH] chore(main): release 10.3.3 --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b494f16805b..81aca1f49cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [10.3.3](https://github.com/netlify/cli/compare/v10.3.2...v10.3.3) (2022-05-26) + + +### Bug Fixes + +* correctly support `multiValueHeaders` in go functions during development ([#4618](https://github.com/netlify/cli/issues/4618)) ([f8e692f](https://github.com/netlify/cli/commit/f8e692fc4efb7a76ea6ab5b97747903e0d7b54b9)) +* **deps:** update dependency @netlify/edge-bundler to ^1.2.0 ([#4624](https://github.com/netlify/cli/issues/4624)) ([9b70a1b](https://github.com/netlify/cli/commit/9b70a1ba05598f041ef367c01056c764320b514d)) +* **deps:** update dependency @netlify/plugins-list to ^6.25.0 ([#4560](https://github.com/netlify/cli/issues/4560)) ([9173d13](https://github.com/netlify/cli/commit/9173d13413d700da5c663dba140da58bb3c926bd)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.9.2 ([#4559](https://github.com/netlify/cli/issues/4559)) ([441d7ff](https://github.com/netlify/cli/commit/441d7ff9de56f693d8067217d2b5256c34c37260)) + ### [10.3.2](https://github.com/netlify/cli/compare/v10.3.1...v10.3.2) (2022-05-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c09849b543f..87a05f10376 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.3.2", + "version": "10.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.3.2", + "version": "10.3.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 19086f35a21..3a90098e9d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.3.2", + "version": "10.3.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",