From d50692225d6364e6598be49d5adb8f76199d500e Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 02:27:16 +0000 Subject: [PATCH] chore(main): release 10.17.1 (#4927) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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)",