diff --git a/CHANGELOG.md b/CHANGELOG.md index 142b55ceebc..8cda1f48ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index ec9c8eb17dc..9c879d62fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.65.5", + "version": "2.65.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af570e1c59e..c6eac6eefdc 100644 --- a/package.json +++ b/package.json @@ -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 (https://twitter.com/biilmann)",