From 6b881445c035282cadb232986482899a9ef5d524 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 12:48:50 +0300 Subject: [PATCH] chore(main): release 11.7.0 (#5038) 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 0a395d39893..8bd0025bfce 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). +## [11.7.0](https://github.com/netlify/cli/compare/v11.6.0...v11.7.0) (2022-09-09) + + +### Features + +* enable Deploy Configuration API on CLI ([#5037](https://github.com/netlify/cli/issues/5037)) ([3cffbb3](https://github.com/netlify/cli/commit/3cffbb3d1d484b730507faf2fc50660e6c5917d6)) + ## [11.6.0](https://github.com/netlify/cli/compare/v11.5.1...v11.6.0) (2022-09-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5aaf75d6023..ebb66370708 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "11.6.0", + "version": "11.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "11.6.0", + "version": "11.7.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7f1f391d3a2..960934fa137 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "11.6.0", + "version": "11.7.0", "author": "Netlify Inc.", "contributors": [ "@whitep4nth3r (https://twitter.com/whitep4nth3r)",