Skip to content

Commit

Permalink
chore(release): 2.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 7, 2021
1 parent a51b059 commit 61b5a26
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ 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.70.0](https://github.com/netlify/cli/compare/v2.69.11...v2.70.0)
## [v2.71.0](https://github.com/netlify/cli/compare/v2.70.0...v2.71.0)

### Merged

- feat: Add logging for ignored env vars [`#1698`](https://github.com/netlify/cli/pull/1698)
- chore: remove netlify package rules [`#1700`](https://github.com/netlify/cli/pull/1700)
- chore(deps): add nan to devDependencies [`#1697`](https://github.com/netlify/cli/pull/1697)
- fix(deps): update dependency @netlify/build to v8.0.2 [`#1696`](https://github.com/netlify/cli/pull/1696)
- test(command-dev): log dev server output on timeout [`#1694`](https://github.com/netlify/cli/pull/1694)
- fix(deps): update dependency @netlify/plugin-edge-handlers to v1.11.0 [`#1695`](https://github.com/netlify/cli/pull/1695)
- fix(deps): update netlify packages [`#1693`](https://github.com/netlify/cli/pull/1693)
- fix(deps): update dependency @netlify/zip-it-and-ship-it to v2 [`#1692`](https://github.com/netlify/cli/pull/1692)
- fix(deps): update dependency netlify to v6.0.9 [`#1691`](https://github.com/netlify/cli/pull/1691)
- chore(deps): update dependency @netlify/eslint-config-node to v2.2.5 [`#1690`](https://github.com/netlify/cli/pull/1690)
- chore(deps): ignore major updates for boxen [`#1689`](https://github.com/netlify/cli/pull/1689)

## [v2.70.0](https://github.com/netlify/cli/compare/v2.69.11...v2.70.0) - 2021-01-04

### Merged

Expand All @@ -21,6 +37,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps): lock file maintenance [`#1679`](https://github.com/netlify/cli/pull/1679)
- test: add start dev server timeout [`#1673`](https://github.com/netlify/cli/pull/1673)

### Commits

- chore(release): 2.70.0 [`a0bc0b5`](https://github.com/netlify/cli/commit/a0bc0b50626ee6418a7c516da97fa7cbdcf5b208)

## [v2.69.11](https://github.com/netlify/cli/compare/v2.69.10...v2.69.11) - 2020-12-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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "2.70.0",
"version": "2.71.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 61b5a26

Please sign in to comment.