diff --git a/CHANGELOG.md b/CHANGELOG.md index 4679a34d3eb..120c1c537c8 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.4.4](https://github.com/netlify/cli/compare/v9.4.3...v9.4.4) (2022-02-14) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.3.2 ([#4293](https://github.com/netlify/cli/issues/4293)) ([1fb1f34](https://github.com/netlify/cli/commit/1fb1f34c973fd6ed5c9676e2a568e4963e006632)) +* **deps:** update dependency @netlify/config to ^17.0.9 ([#4294](https://github.com/netlify/cli/issues/4294)) ([05a0e92](https://github.com/netlify/cli/commit/05a0e92d81b51754499ccf0baa46c5b7baae44c4)) + ### [9.4.3](https://github.com/netlify/cli/compare/v9.4.2...v9.4.3) (2022-02-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 23a5e86c059..98c97ed6203 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.4.3", + "version": "9.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.4.3", + "version": "9.4.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ffc355f5cfc..41999ea797d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.4.3", + "version": "9.4.4", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",