Skip to content

Commit

Permalink
chore(release): 2.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Nov 2, 2020
1 parent 82968ae commit 8975e51
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,42 @@ 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.0](https://github.com/netlify/cli/compare/v2.66.1...v2.67.0)
## [v2.67.1](https://github.com/netlify/cli/compare/v2.67.0...v2.67.1)

### Merged

- refactor: Install traffic-mesh via npm package [`#1469`](https://github.com/netlify/cli/pull/1469)
- fix: import addEnvVariables from ../../utils/dev [`#1505`](https://github.com/netlify/cli/pull/1505)
- chore(deps): lock file maintenance [`#1512`](https://github.com/netlify/cli/pull/1512)
- chore(lint): add `eslint-plugin-fp` [`#1498`](https://github.com/netlify/cli/pull/1498)
- ci: don't fail on codecov server error [`#1504`](https://github.com/netlify/cli/pull/1504)
- chore(lint): add `eslint-plugin-import` [`#1496`](https://github.com/netlify/cli/pull/1496)
- fix(deps): update netlify packages [`#1503`](https://github.com/netlify/cli/pull/1503)
- chore(lint): add `eslint-plugin-promise` [`#1493`](https://github.com/netlify/cli/pull/1493)
- chore: unhide dev:trace [`#1316`](https://github.com/netlify/cli/pull/1316)
- fix(deps): update dependency @netlify/build to v5.1.0 [`#1491`](https://github.com/netlify/cli/pull/1491)
- chore(renovate): remove constraints [`#1488`](https://github.com/netlify/cli/pull/1488)
- chore(lint): upgrade `@netlify/eslint-config-node` [`#1485`](https://github.com/netlify/cli/pull/1485)
- chore(lint): add `node/callback-return` ESLint rule [`#1484`](https://github.com/netlify/cli/pull/1484)
- chore(lint): add `node/global-require` linting rule [`#1483`](https://github.com/netlify/cli/pull/1483)
- chore(lint): add `node/prefer-global/*` linting rules [`#1482`](https://github.com/netlify/cli/pull/1482)
- chore(deps): update dependency @netlify/eslint-config-node to v0.2.7 [`#1481`](https://github.com/netlify/cli/pull/1481)
- fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.4.0 [`#1480`](https://github.com/netlify/cli/pull/1480)

### Commits

- chore(lint): fix linting error [`4c6af13`](https://github.com/netlify/cli/commit/4c6af13c3fe426022203908a0fe06a52d1ca9cf8)

## [v2.67.0](https://github.com/netlify/cli/compare/v2.66.1...v2.67.0) - 2020-10-27

### Merged

- feat(command-dev): don't error when background functions don't return a response [`#1479`](https://github.com/netlify/cli/pull/1479)

### Commits

- chore(release): 2.67.0 [`2c9f590`](https://github.com/netlify/cli/commit/2c9f590e51df45a2085ddfe11f7ea2d37907fcaf)

## [v2.66.1](https://github.com/netlify/cli/compare/v2.66.0...v2.66.1) - 2020-10-27

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ netlify dev:exec npm run bootstrap
## `dev:trace`

Trace command
Simulates Netlify's Edge routing logic to match specific requests.
Simulates Netlify's Edge routing logic to match specific requests.
This command is designed to mimic cURL's command line, so the flags are more familiar.


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

0 comments on commit 8975e51

Please sign in to comment.