From 631423c9ec3b1e887e97dfb4a722a5c9ea0a6a9e Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:53:16 +0200 Subject: [PATCH] chore: release 6.9.17 (#3400) 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 78c19edb35e..1dfc2f9d7bf 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). +### [6.9.17](https://www.github.com/netlify/cli/compare/v6.9.16...v6.9.17) (2021-09-24) + + +### Bug Fixes + +* add back missing aws-sdk dep warning ([#3384](https://www.github.com/netlify/cli/issues/3384)) ([03a8d1e](https://www.github.com/netlify/cli/commit/03a8d1e0fc32075ee2ccf5bf1e67c112ddd9b1b7)) + ### [6.9.16](https://www.github.com/netlify/cli/compare/v6.9.15...v6.9.16) (2021-09-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fcb506e0f73..b54d140535a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.9.16", + "version": "6.9.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.9.16", + "version": "6.9.17", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad9efd154a0..a9001db98e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.9.16", + "version": "6.9.17", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",