From 885c74c530c6122f9da70131666fbc18d495a83c Mon Sep 17 00:00:00 2001 From: netlibot <33071329+netlify-bot@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:03:51 -0800 Subject: [PATCH] chore: release 3.8.6 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0782db1c00..50c6b663f64 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). +### [3.8.6](https://www.github.com/netlify/cli/compare/v3.8.5...v3.8.6) (2021-02-24) + + +### Bug Fixes + +* **command-init:** use netlify/functions instead of functions ([#1912](https://www.github.com/netlify/cli/issues/1912)) ([3355764](https://www.github.com/netlify/cli/commit/33557644e0f3ffa9b35d17334b198e925f44857c)) +* **deps:** update dependency @netlify/build to ^9.2.0 ([#1910](https://www.github.com/netlify/cli/issues/1910)) ([5dda19c](https://www.github.com/netlify/cli/commit/5dda19c6e36e3fc0550fa3db306e7926ecc310d0)) + ### [3.8.5](https://www.github.com/netlify/cli/compare/v3.8.4...v3.8.5) (2021-02-18) diff --git a/package-lock.json b/package-lock.json index 91a3a1b4f8c..b439cb76c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.8.5", + "version": "3.8.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9704c2c630c..75d00826ea8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.8.5", + "version": "3.8.6", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",