diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ca0134f69..6426daefd07 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). +## [3.15.0](https://www.github.com/netlify/cli/compare/v3.14.0...v3.15.0) (2021-04-05) + + +### Features + +* rename default branch from master to main ([#2077](https://www.github.com/netlify/cli/issues/2077)) ([0a99aef](https://www.github.com/netlify/cli/commit/0a99aef2a9ea8fefe300f77c1e67396a23c82594)) + ## [3.14.0](https://www.github.com/netlify/cli/compare/v3.13.12...v3.14.0) (2021-04-04) diff --git a/package-lock.json b/package-lock.json index 503fdb84830..437fe28f642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.14.0", + "version": "3.15.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 03ab1934aae..5a0fcf23bfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.14.0", + "version": "3.15.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",