From 1e2b6c3db785a3708248e6899946ff172f412ec4 Mon Sep 17 00:00:00 2001 From: netlibot <33071329+netlify-bot@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:56:33 -0400 Subject: [PATCH] chore: release 3.12.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 0603477b4a9..9f058d387f7 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.12.0](https://www.github.com/netlify/cli/compare/v3.11.1...v3.12.0) (2021-03-16) + + +### Features + +* **command-init:** auto install build plugins ([#1836](https://www.github.com/netlify/cli/issues/1836)) ([6a28c04](https://www.github.com/netlify/cli/commit/6a28c0479d465c61e90900a5ee2d156bc12e4190)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^2.4.1 ([#2006](https://www.github.com/netlify/cli/issues/2006)) ([0b9a39b](https://www.github.com/netlify/cli/commit/0b9a39b1c4b3c898f3c99f281f5c84ace75a02b3)) + ### [3.11.1](https://www.github.com/netlify/cli/compare/v3.11.0...v3.11.1) (2021-03-16) diff --git a/package-lock.json b/package-lock.json index d0a1a8a6a1a..8aa814a821b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.11.1", + "version": "3.12.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a7eecf0841d..b3f0a1a891b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.11.1", + "version": "3.12.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",