From 95890b2e3fecc2b7c0ae60060b7352b00b96b89f Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 15:49:14 +0000 Subject: [PATCH] chore: release 6.12.2 (#3485) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d38aeb51bd1..5e5704b90e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [6.12.2](https://www.github.com/netlify/cli/compare/v6.12.1...v6.12.2) (2021-10-12) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^4.0.1 ([#3484](https://www.github.com/netlify/cli/issues/3484)) ([7815bbb](https://www.github.com/netlify/cli/commit/7815bbb50ae1259e11fdb01117f642156434213d)) +* **deps:** update dependency @netlify/routing-local-proxy to ^0.34.0 ([#3486](https://www.github.com/netlify/cli/issues/3486)) ([0208c89](https://www.github.com/netlify/cli/commit/0208c891d361eefe96d4f7631b70876173558c8f)) + ### [6.12.1](https://www.github.com/netlify/cli/compare/v6.12.0...v6.12.1) (2021-10-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 97d9a84244f..c3950ad4a52 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.12.1", + "version": "6.12.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.12.1", + "version": "6.12.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index de1567c02c0..b41bd3780d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.12.1", + "version": "6.12.2", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",