From 1ef32fc1c52a5fce1272f85a668e538a0aca97dd Mon Sep 17 00:00:00 2001 From: netlibot <33071329+netlify-bot@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:34:41 -0400 Subject: [PATCH] chore: release 3.11.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a9b49f311..a642fd525ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [3.11.0](https://www.github.com/netlify/cli/compare/v3.10.12...v3.11.0) (2021-03-15) + + +### Features + +* **command-deploy:** add a --prodIfUnlocked flag ([#1988](https://www.github.com/netlify/cli/issues/1988)) ([750d8cc](https://www.github.com/netlify/cli/commit/750d8ccb3d0f7edeef6dff0d90ab2383ad5f5ac6)) + + +### Bug Fixes + +* add missing watch command to docs site ([#1990](https://www.github.com/netlify/cli/issues/1990)) ([cb35e55](https://www.github.com/netlify/cli/commit/cb35e55a8ecbcf1036e72d4ee371b27c07e4f903)) + ### [3.10.12](https://www.github.com/netlify/cli/compare/v3.10.11...v3.10.12) (2021-03-14) diff --git a/package-lock.json b/package-lock.json index e858fca424d..64a624a77b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.10.12", + "version": "3.11.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d6454211ac3..c46797d1a39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.10.12", + "version": "3.11.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",