diff --git a/CHANGELOG.md b/CHANGELOG.md index f218d2affe4..d729edf79e6 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). +### [8.11.1](https://github.com/netlify/cli/compare/v8.11.0...v8.11.1) (2022-01-21) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^0.11.0 ([#4105](https://github.com/netlify/cli/issues/4105)) ([6ddf42a](https://github.com/netlify/cli/commit/6ddf42a3c5a0769f93ea0b1840a611a535f63c34)) +* **deps:** update dependency @netlify/plugins-list to ^6.3.1 ([#4104](https://github.com/netlify/cli/issues/4104)) ([eff74d0](https://github.com/netlify/cli/commit/eff74d0e449c8b7eaf91ec6fdb87a74093d821cc)) + ## [8.11.0](https://github.com/netlify/cli/compare/v8.10.2...v8.11.0) (2022-01-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c0bf6965cbb..00ccc9fc87f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.11.0", + "version": "8.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.11.0", + "version": "8.11.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dcca228cd1e..39535a4bb86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.11.0", + "version": "8.11.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",