diff --git a/CHANGELOG.md b/CHANGELOG.md index d80883ea27f..c507823c7d8 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.3](https://github.com/netlify/cli/compare/v9.16.2...v9.16.3) (2022-04-04) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.5.2 ([#4512](https://github.com/netlify/cli/issues/4512)) ([14d3714](https://github.com/netlify/cli/commit/14d3714f06f8ca32f7554865ceef9d262e68a8c5)) +* **deps:** update dependency @netlify/config to ^17.0.20 ([#4513](https://github.com/netlify/cli/issues/4513)) ([ec31485](https://github.com/netlify/cli/commit/ec31485feea3b92775498719c194fd2f0682d075)) + ### [9.16.2](https://github.com/netlify/cli/compare/v9.16.1...v9.16.2) (2022-04-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 01bd23ba3e1..87175f79f44 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.16.2", + "version": "9.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.16.2", + "version": "9.16.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d750b131c08..6d2b18e7cf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.16.2", + "version": "9.16.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",