Skip to content

Commit

Permalink
chore(release): 2.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 20, 2020
1 parent 0e7bbfd commit 223bd1c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@ 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.63.3](https://github.com/netlify/cli/compare/v2.63.2...v2.63.3) - 2020-09-20

### Merged

- fix(command-dev): decode unsafe URL chars before matching static files [`#1254`](https://github.com/netlify/cli/pull/1254)
- fix(deps): update dependency netlify to v4.5.1 [`#1248`](https://github.com/netlify/cli/pull/1248)
- chore: run ava tests at the end [`#1247`](https://github.com/netlify/cli/pull/1247)
- fix(command-dev): set the log location for traffic mesh explicitly [`#1246`](https://github.com/netlify/cli/pull/1246)
- refactor: extract deploy command logic into separate functions [`#1240`](https://github.com/netlify/cli/pull/1240)
- fix(deps): update netlify packages [`#1245`](https://github.com/netlify/cli/pull/1245)
- docs(readme): use Snyk badge for deps security [`#1229`](https://github.com/netlify/cli/pull/1229)
- fix(deps): update dependency @netlify/build to v4.0.3 [`#1243`](https://github.com/netlify/cli/pull/1243)

## [v2.63.2](https://github.com/netlify/cli/compare/v2.63.1...v2.63.2) - 2020-09-15

### Merged

- fix(deps): update dependency @netlify/build to v4.0.2 [`#1239`](https://github.com/netlify/cli/pull/1239)

### Commits

- chore(release): 2.63.2 [`d76df75`](https://github.com/netlify/cli/commit/d76df759c9517191f946bc3d43a14bc3d50b0a7b)

## [v2.63.1](https://github.com/netlify/cli/compare/v2.63.0...v2.63.1) - 2020-09-15

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

0 comments on commit 223bd1c

Please sign in to comment.