From 7e2ef3ef475fca624e2bd30466da9f0e603b1370 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 21:24:37 +0100 Subject: [PATCH] chore: release 6.14.12 (#3582) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264d3c2206..5591e65f04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.14.12](https://www.github.com/netlify/cli/compare/v6.14.11...v6.14.12) (2021-11-03) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.21.3 ([#3583](https://www.github.com/netlify/cli/issues/3583)) ([b4ed4b5](https://www.github.com/netlify/cli/commit/b4ed4b54442c20f0d4da05cef6ccc897a6421668)) +* **deps:** update dependency @netlify/config to ^15.8.2 ([#3580](https://www.github.com/netlify/cli/issues/3580)) ([c4a4dbb](https://www.github.com/netlify/cli/commit/c4a4dbbce63faf734075bcefe81a9406661445bf)) +* **deps:** update dependency netlify-redirect-parser to ^11.0.3 ([#3581](https://www.github.com/netlify/cli/issues/3581)) ([9261a83](https://www.github.com/netlify/cli/commit/9261a83247dedc67d109c36d29a2b868731fe2d2)) + ### [6.14.11](https://www.github.com/netlify/cli/compare/v6.14.10...v6.14.11) (2021-11-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7635ede013b..f3690920b70 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.11", + "version": "6.14.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.11", + "version": "6.14.12", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0221dac6e50..42e26bf5c32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.11", + "version": "6.14.12", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",