diff --git a/CHANGELOG.md b/CHANGELOG.md index 685901e6a10..92087067f98 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). -## [v2.64.0](https://github.com/netlify/cli/compare/v2.63.3...v2.64.0) +## [v2.64.1](https://github.com/netlify/cli/compare/v2.64.0...v2.64.1) + +### Merged + +- fix(command-deploy): handle deploy error when there are no files to deploy [`#1274`](https://github.com/netlify/cli/pull/1274) +- fix(command-dev): pass publish directory to traffic mesh agent [`#1273`](https://github.com/netlify/cli/pull/1273) +- fix(command-deploy): align file filtering with buildbot [`#1272`](https://github.com/netlify/cli/pull/1272) +- fix(deps): update netlify packages [`#1270`](https://github.com/netlify/cli/pull/1270) +- fix(deps): update dependency @netlify/build to v4.1.1 [`#1269`](https://github.com/netlify/cli/pull/1269) +- 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) + +## [v2.64.0](https://github.com/netlify/cli/compare/v2.63.3...v2.64.0) - 2020-09-21 ### Merged @@ -17,6 +29,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): update node.js to >=v12.18.4 [`#1258`](https://github.com/netlify/cli/pull/1258) - chore(deps): lock file maintenance [`#1263`](https://github.com/netlify/cli/pull/1263) +### Commits + +- chore(release): 2.64.0 [`ed13447`](https://github.com/netlify/cli/commit/ed13447eb8647d18793bfdb89d693ba762af41f8) + ## [v2.63.3](https://github.com/netlify/cli/compare/v2.63.2...v2.63.3) - 2020-09-20 ### Merged diff --git a/package-lock.json b/package-lock.json index b028290dcf4..dc272edd8c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.64.0", + "version": "2.64.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 955c6ac304b..756d12215a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.64.0", + "version": "2.64.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",