diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1aaea1d20..3b693ba8cba 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.8.3](https://github.com/netlify/cli/compare/v9.8.2...v9.8.3) (2022-02-24) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.3.8 ([#4373](https://github.com/netlify/cli/issues/4373)) ([fad5ef6](https://github.com/netlify/cli/commit/fad5ef6b21e87cd14e6770e024a993c5fc7dbf26)) +* **deps:** update dependency @netlify/config to ^17.0.15 ([#4375](https://github.com/netlify/cli/issues/4375)) ([d9f62e0](https://github.com/netlify/cli/commit/d9f62e0f0d6cd0c9859f50410ae50c2c972337ca)) + ### [9.8.2](https://github.com/netlify/cli/compare/v9.8.1...v9.8.2) (2022-02-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e7d8fb316f3..cb240fcc907 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.8.2", + "version": "9.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.8.2", + "version": "9.8.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5feb553fea8..394559954b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.8.2", + "version": "9.8.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",