diff --git a/CHANGELOG.md b/CHANGELOG.md index d729edf79e6..8793de5c507 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). +## [8.12.0](https://github.com/netlify/cli/compare/v8.11.1...v8.12.0) (2022-01-21) + + +### Features + +* **dev:** document how to disable browser auto launch ([#4106](https://github.com/netlify/cli/issues/4106)) ([b15f228](https://github.com/netlify/cli/commit/b15f228d50afbf19dead2bf335198c055621fd8d)) + ### [8.11.1](https://github.com/netlify/cli/compare/v8.11.0...v8.11.1) (2022-01-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 186c99b4443..4e9953c223e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "8.11.1", + "version": "8.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "8.11.1", + "version": "8.12.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8795cfe3d10..d49fe75312a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "8.11.1", + "version": "8.12.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",