diff --git a/CHANGELOG.md b/CHANGELOG.md index ce34e4f2733..f1330c4b00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v3.1.0](https://github.com/netlify/cli/compare/v3.0.0...v3.1.0) +## [v3.1.1](https://github.com/netlify/cli/compare/v3.1.0...v3.1.1) + +### Merged + +- fix(deps): update netlify packages [`#1741`](https://github.com/netlify/cli/pull/1741) +- fix: use environment variables from @netlify/config [`#1722`](https://github.com/netlify/cli/pull/1722) +- test: use got instead of node-fetch [`#1733`](https://github.com/netlify/cli/pull/1733) +- fix(deps): update dependency @netlify/traffic-mesh-agent to v0.27.7 [`#1729`](https://github.com/netlify/cli/pull/1729) +- test: add CLI timeout [`#1727`](https://github.com/netlify/cli/pull/1727) +- fix(deps): update dependency netlify to v6.0.12 [`#1723`](https://github.com/netlify/cli/pull/1723) +- test(command-dev): limit concurrency [`#1713`](https://github.com/netlify/cli/pull/1713) + +## [v3.1.0](https://github.com/netlify/cli/compare/v3.0.0...v3.1.0) - 2021-01-12 ### Merged @@ -20,6 +32,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): update dependency locate-path to v6 [`#1716`](https://github.com/netlify/cli/pull/1716) - fix(deps): update dependency netlify-redirect-parser to v3 [`#1712`](https://github.com/netlify/cli/pull/1712) +### Commits + +- chore(release): 3.1.0 [`dce8e6d`](https://github.com/netlify/cli/commit/dce8e6d8f41419d33aa4b85bcd5cf62ab48a225a) + ## [v3.0.0](https://github.com/netlify/cli/compare/v2.71.0...v3.0.0) - 2021-01-11 ### Merged diff --git a/package-lock.json b/package-lock.json index ca4d4a083ec..a195d738382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8e5840afcb..d1a73643502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.1.0", + "version": "3.1.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",