Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(release): 2.64.1
  • Loading branch information
erezrokah committed Sep 24, 2020
1 parent 7db9ce5 commit 6ae0da6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand All @@ -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
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
@@ -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 <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 6ae0da6

Please sign in to comment.