Skip to content

Commit

Permalink
chore(release): 2.65.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 15, 2020
1 parent 560873a commit 39033e8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,32 @@ 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.65.5](https://github.com/netlify/cli/compare/v2.65.4...v2.65.5)
## [v2.65.6](https://github.com/netlify/cli/compare/v2.65.5...v2.65.6)

### Merged

- chore: use async fs in proxy js [`#1345`](https://github.com/netlify/cli/pull/1345)
- Improve npm scripts [`#1387`](https://github.com/netlify/cli/pull/1387)
- test(command-dev): re-enable tests [`#1388`](https://github.com/netlify/cli/pull/1388)
- chore: cleanup format,lint scripts patterns [`#1384`](https://github.com/netlify/cli/pull/1384)
- chore: fix issue templates [`#1383`](https://github.com/netlify/cli/pull/1383)
- fix(deps): update dependency @netlify/build to v5.0.1 [`#1381`](https://github.com/netlify/cli/pull/1381)
- chore(deps): ignore major updates for `del` and `dot-prop` [`#1380`](https://github.com/netlify/cli/pull/1380)
- fix(deps): update dependency apollo-server-lambda to ^2.18.2 [`#1374`](https://github.com/netlify/cli/pull/1374)
- fix(deps): update dependency @types/node to ^10.17.39 [`#1373`](https://github.com/netlify/cli/pull/1373)
- chore(deps): update node.js to >=v12.19.0 [`#1372`](https://github.com/netlify/cli/pull/1372)
- chore(deps): lock file maintenance [`#1379`](https://github.com/netlify/cli/pull/1379)

## [v2.65.5](https://github.com/netlify/cli/compare/v2.65.4...v2.65.5) - 2020-10-11

### Merged

- chore: remove fs-extra [`#1271`](https://github.com/netlify/cli/pull/1271)

### Commits

- chore(release): 2.65.5 [`e80675b`](https://github.com/netlify/cli/commit/e80675b48aa40876cb94b8f99e76f9c6f9980d78)

## [v2.65.4](https://github.com/netlify/cli/compare/v2.65.3...v2.65.4) - 2020-10-11

### 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.65.5",
"version": "2.65.6",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <[email protected]> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 39033e8

Please sign in to comment.