From c4340d932a8f901951cdb44f21bcd393432834ba Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 18:25:54 +0100 Subject: [PATCH] chore: release 8.1.7 (#3845) 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 491a5e83319..2d92e2d3796 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). +### [8.1.7](https://www.github.com/netlify/cli/compare/v8.1.6...v8.1.7) (2021-12-16) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugin-edge-handlers to v3 ([#3754](https://www.github.com/netlify/cli/issues/3754)) ([475c9e6](https://www.github.com/netlify/cli/commit/475c9e66063fe1810d274f4bb3274c68d0007392)) + ### [8.1.6](https://www.github.com/netlify/cli/compare/v8.1.5...v8.1.6) (2021-12-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5f22d4af7b3..26f83cdf0d8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.1.6", + "version": "8.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.1.6", + "version": "8.1.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 11b7e32f2c9..5e97c5864ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.1.6", + "version": "8.1.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",