diff --git a/CHANGELOG.md b/CHANGELOG.md index 0961e0f9041..d80883ea27f 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). +### [9.16.2](https://github.com/netlify/cli/compare/v9.16.1...v9.16.2) (2022-04-04) + + +### Bug Fixes + +* **deps:** update dependency cron-parser to v4.3.0 ([#4504](https://github.com/netlify/cli/issues/4504)) ([d870da4](https://github.com/netlify/cli/commit/d870da4d5393da6a00a690a21b8a6f0e5ec598b6)) +* **deps:** update dependency stripe to v8.215.0 ([#4505](https://github.com/netlify/cli/issues/4505)) ([4110a26](https://github.com/netlify/cli/commit/4110a268eba4710ac200eac12fb2024a5987d88d)) + ### [9.16.1](https://github.com/netlify/cli/compare/v9.16.0...v9.16.1) (2022-04-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 25f3b5f9cdf..e49dbe9c07b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.16.1", + "version": "9.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.16.1", + "version": "9.16.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8b34ce726f1..cea76554faa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.16.1", + "version": "9.16.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",