From 1f18298655360a5f4401311a2f8c6adab3760f68 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 22:27:48 +0000 Subject: [PATCH] chore(main): release 10.11.1 (#4844) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e24ab70ac2..62141f88051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.11.1](https://github.com/netlify/cli/compare/v10.11.0...v10.11.1) (2022-07-22) + + +### Bug Fixes + +* proxy server for Node.js 17/18 ([#4835](https://github.com/netlify/cli/issues/4835)) ([76ee52f](https://github.com/netlify/cli/commit/76ee52f16b2dcd2fcff2f1e19037f13c036dfea1)) + ## [10.11.0](https://github.com/netlify/cli/compare/v10.10.2...v10.11.0) (2022-07-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 410be2d7424..3cb78d4a73f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.11.0", + "version": "10.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.11.0", + "version": "10.11.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cbf4e7704ff..4169dfc8498 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.11.0", + "version": "10.11.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",