diff --git a/CHANGELOG.md b/CHANGELOG.md index 92087067f98..ce3623d317f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.64.1](https://github.com/netlify/cli/compare/v2.64.0...v2.64.1) +## [v2.65.0](https://github.com/netlify/cli/compare/v2.64.1...v2.65.0) + +### Merged + +- feat(dev): add trace subcommand to simulate redirects [`#1313`](https://github.com/netlify/cli/pull/1313) +- fix(deps): update dependency @netlify/build to v4.6.6 [`#1312`](https://github.com/netlify/cli/pull/1312) +- fix(deps): update dependency @netlify/build to v4.6.3 [`#1310`](https://github.com/netlify/cli/pull/1310) +- refactor: remove open-browser code duplication [`#1309`](https://github.com/netlify/cli/pull/1309) +- fix(deps): update dependency @netlify/build to v4.6.2 [`#1308`](https://github.com/netlify/cli/pull/1308) +- refactor(command-dev-exec): don't mutate process.env [`#1307`](https://github.com/netlify/cli/pull/1307) +- fix(deps): update dependency open to v7 [`#1144`](https://github.com/netlify/cli/pull/1144) +- fix(command-dev): align .env and .env.development handling [`#1305`](https://github.com/netlify/cli/pull/1305) +- fix(deps): update dependency @netlify/build to v4.6.1 [`#1306`](https://github.com/netlify/cli/pull/1306) +- fix(deps): update dependency @netlify/build to v4.6.0 [`#1304`](https://github.com/netlify/cli/pull/1304) +- fix(deps): update dependency @netlify/build to v4.5.2 [`#1298`](https://github.com/netlify/cli/pull/1298) +- fix(deps): update dependency @netlify/build to v4.5.1 [`#1296`](https://github.com/netlify/cli/pull/1296) +- fix(deps): update dependency @netlify/build to v4.5.0 [`#1295`](https://github.com/netlify/cli/pull/1295) +- fix(deps): update dependency @netlify/build to v4.4.1 [`#1294`](https://github.com/netlify/cli/pull/1294) +- test(command-deploy): enable edge-handlers plugin test on windows [`#1293`](https://github.com/netlify/cli/pull/1293) +- fix(deps): update dependency netlify to v4.6.0 [`#1291`](https://github.com/netlify/cli/pull/1291) +- fix(deps): update apollo graphql packages [`#1288`](https://github.com/netlify/cli/pull/1288) +- chore(deps): lock file maintenance [`#1289`](https://github.com/netlify/cli/pull/1289) +- fix(deps): update dependency @netlify/build to v4.4.0 [`#1284`](https://github.com/netlify/cli/pull/1284) +- fix(deps): update dependency @netlify/build to v4.3.0 [`#1283`](https://github.com/netlify/cli/pull/1283) +- fix(deps): update dependency @netlify/build to v4.2.0 [`#1281`](https://github.com/netlify/cli/pull/1281) +- test(command-dev): add missing test case [`#1280`](https://github.com/netlify/cli/pull/1280) +- chore: remove redundant await keywords [`#1278`](https://github.com/netlify/cli/pull/1278) + +## [v2.64.1](https://github.com/netlify/cli/compare/v2.64.0...v2.64.1) - 2020-09-24 ### Merged @@ -19,6 +47,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): update dependency @netlify/build to v4.1.0 [`#1268`](https://github.com/netlify/cli/pull/1268) - fix(deps): update dependency @netlify/config to v2.2.0 [`#1267`](https://github.com/netlify/cli/pull/1267) +### Commits + +- chore(release): 2.64.1 [`6ae0da6`](https://github.com/netlify/cli/commit/6ae0da6dbf631c6aaa0ede016cba7561b09b2df4) + ## [v2.64.0](https://github.com/netlify/cli/compare/v2.63.3...v2.64.0) - 2020-09-21 ### Merged diff --git a/package-lock.json b/package-lock.json index ee9fe6ed47f..d9f31c6d06f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.64.1", + "version": "2.65.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5dc05b6a923..15b39e6f45e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.64.1", + "version": "2.65.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",