Skip to content

Commit

Permalink
chore(release): 2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 4, 2020
1 parent 5cbcda8 commit a3528d2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit a3528d2

Please sign in to comment.