Skip to content

Commit

Permalink
chore(release): 2.67.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Nov 4, 2020
1 parent b2de7ea commit c704e22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,25 @@ 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.67.3](https://github.com/netlify/cli/compare/v2.67.2...v2.67.3)
## [v2.67.4](https://github.com/netlify/cli/compare/v2.67.3...v2.67.4)

### Merged

- refactor: use `zip-it-and-ship-it` to list Functions [`#1478`](https://github.com/netlify/cli/pull/1478)
- chore: refactor functions invoke [`#1523`](https://github.com/netlify/cli/pull/1523)

## [v2.67.3](https://github.com/netlify/cli/compare/v2.67.2...v2.67.3) - 2020-11-04

### Merged

- fix(build): pass team,site, addons env variables to build command [`#1519`](https://github.com/netlify/cli/pull/1519)
- chore(deps): pin @oclif dependencies to avoid using fs-extra v9 [`#1520`](https://github.com/netlify/cli/pull/1520)
- chore(linting): Add `promise/always-return` ESLint rule [`#1494`](https://github.com/netlify/cli/pull/1494)

### Commits

- chore(release): 2.67.3 [`448a974`](https://github.com/netlify/cli/commit/448a974b6a777b51239425e2a3e5437a7b140963)

## [v2.67.2](https://github.com/netlify/cli/compare/v2.67.1...v2.67.2) - 2020-11-02

### 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.67.3",
"version": "2.67.4",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit c704e22

Please sign in to comment.