diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a36ea4bea..6becc624e1e 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.5](https://www.github.com/netlify/cli/compare/v8.1.4...v8.1.5) (2021-12-16) + + +### Bug Fixes + +* **deps:** update dependency stripe to v8.194.0 ([#3806](https://www.github.com/netlify/cli/issues/3806)) ([ed1ae44](https://www.github.com/netlify/cli/commit/ed1ae448e6abe226db1cc5a66f345891b52cf733)) + ### [8.1.4](https://www.github.com/netlify/cli/compare/v8.1.3...v8.1.4) (2021-12-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b9f6943d2af..49ad9cf0d66 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.1.4", + "version": "8.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.1.4", + "version": "8.1.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 20d61c402ca..518eecd6032 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.1.4", + "version": "8.1.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",