diff --git a/CHANGELOG.md b/CHANGELOG.md index 3040b163776..ba6397e0209 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.1](https://github.com/netlify/cli/compare/v9.8.0...v9.8.1) (2022-02-24) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.3.6 ([#4365](https://github.com/netlify/cli/issues/4365)) ([9155efb](https://github.com/netlify/cli/commit/9155efbac45d4b0ef8effce7a4178507fa60557c)) +* **deps:** update dependency @netlify/config to ^17.0.13 ([#4366](https://github.com/netlify/cli/issues/4366)) ([73793bf](https://github.com/netlify/cli/commit/73793bfae21cf7253070b400bef88ccdcdf8fe3a)) + ## [9.8.0](https://github.com/netlify/cli/compare/v9.7.0...v9.8.0) (2022-02-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 682c8e19163..89fa2101f45 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.8.0", + "version": "9.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.8.0", + "version": "9.8.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7aac0500965..cb4a18c0cb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.8.0", + "version": "9.8.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",