diff --git a/CHANGELOG.md b/CHANGELOG.md index d41614cba96..549dabb3a1e 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). +## [10.17.1](https://github.com/netlify/cli/compare/v10.17.0...v10.17.1) (2022-08-12) + + +### Bug Fixes + +* update graph dep ([#4926](https://github.com/netlify/cli/issues/4926)) ([53facba](https://github.com/netlify/cli/commit/53facba9d475a495e1685b8c30bfec6aa2248dca)) + ## [10.17.0](https://github.com/netlify/cli/compare/v10.16.0...v10.17.0) (2022-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8e06a7ce3e7..a577bc41cfa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.17.0", + "version": "10.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.17.0", + "version": "10.17.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b99bb3fc4c3..fa026853201 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.17.0", + "version": "10.17.1", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",