diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fc1345a1c..40e2a7b55d0 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). +### [9.9.2](https://github.com/netlify/cli/compare/v9.9.1...v9.9.2) (2022-03-01) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.3.12 ([#4392](https://github.com/netlify/cli/issues/4392)) ([80704fa](https://github.com/netlify/cli/commit/80704fadb8ae1a18effe3478d24679951c85c788)) + ### [9.9.1](https://github.com/netlify/cli/compare/v9.9.0...v9.9.1) (2022-03-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cf6b507f1ec..26484bdbd0a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.9.1", + "version": "9.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.9.1", + "version": "9.9.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9cd20c8d694..93df1330902 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.9.1", + "version": "9.9.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",