diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4946c5da9..46f2aa0cce1 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). +### [6.14.9](https://www.github.com/netlify/cli/compare/v6.14.8...v6.14.9) (2021-11-02) + + +### Bug Fixes + +* typo regarding tests in contributing doc ([#3563](https://www.github.com/netlify/cli/issues/3563)) ([c6c514d](https://www.github.com/netlify/cli/commit/c6c514df6f3f246aaff68396f754d6617d9beaca)) + ### [6.14.8](https://www.github.com/netlify/cli/compare/v6.14.7...v6.14.8) (2021-11-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4f2e378152a..8b40b70017b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.8", + "version": "6.14.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.8", + "version": "6.14.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e513c97dc26..4c659612997 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.8", + "version": "6.14.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",