Skip to content

Commit

Permalink
2.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 2, 2020
1 parent cb9cb1d commit 895ca69
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.60.0](https://github.com/netlify/cli/compare/v2.59.3...v2.60.0) - 2020-09-02

### Merged

- feat(env): add command to list/get/set/import environment variables [`#1162`](https://github.com/netlify/cli/pull/1162)
- fix(deps): update netlify packages [`#1192`](https://github.com/netlify/cli/pull/1192)
- docs(fix): hide hidden command flags from docs [`#1190`](https://github.com/netlify/cli/pull/1190)
- test: set random static server port for tests [`#1188`](https://github.com/netlify/cli/pull/1188)
- fix(deps): update dependency random-item to v3 [`#1173`](https://github.com/netlify/cli/pull/1173)
- ci: change limit to 30 minutes [`#1187`](https://github.com/netlify/cli/pull/1187)
- fix(deps): update dependency read-pkg-up to v7 [`#1176`](https://github.com/netlify/cli/pull/1176)
- ci: update node versions to 8,12,14 [`#1185`](https://github.com/netlify/cli/pull/1185)
- chore(deps): ignore some more packages due to node 8 support [`#1184`](https://github.com/netlify/cli/pull/1184)

## [v2.59.3](https://github.com/netlify/cli/compare/v2.59.2...v2.59.3) - 2020-08-31

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

0 comments on commit 895ca69

Please sign in to comment.