Skip to content

Commit

Permalink
chore(release): 2.61.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 10, 2020
1 parent add3700 commit d394270
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,32 @@ 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.61.2](https://github.com/netlify/cli/compare/v2.61.1...v2.61.2) - 2020-09-07
## [v2.61.3](https://github.com/netlify/cli/compare/v2.61.1...v2.61.3) - 2020-09-10

### Merged

- chore: fix release script [`#1223`](https://github.com/netlify/cli/pull/1223)
- docs: use 'string' instead of 'option' in docs [`#1224`](https://github.com/netlify/cli/pull/1224)
- chore: fix docs script in root folder [`#1222`](https://github.com/netlify/cli/pull/1222)
- docs: move global flags to bottom [`#1219`](https://github.com/netlify/cli/pull/1219)
- docs: fix path to root dir [`#1218`](https://github.com/netlify/cli/pull/1218)
- chore: cleanup site scripts [`#1216`](https://github.com/netlify/cli/pull/1216)
- fix(command-dev): change autoLaunch default to true [`#1211`](https://github.com/netlify/cli/pull/1211)
- chore: use standard-version to increment versions [`#1214`](https://github.com/netlify/cli/pull/1214)
- chore: add commit linting [`#1213`](https://github.com/netlify/cli/pull/1213)
- fix(command-dev): prevent Docusaurus from launching browser [`#1201`](https://github.com/netlify/cli/pull/1201)
- fix(deps): update dependency @types/aws-lambda to ^8.10.62 [`#1203`](https://github.com/netlify/cli/pull/1203)
- docs(command-functions): fix invoke example payload [`#1209`](https://github.com/netlify/cli/pull/1209)
- fix(deps): update dependency node-fetch to ^2.6.1 [`#1206`](https://github.com/netlify/cli/pull/1206)
- fix(deps): update dependency @types/node to ^10.17.29 [`#1204`](https://github.com/netlify/cli/pull/1204)
- chore(deps): lock file maintenance [`#1208`](https://github.com/netlify/cli/pull/1208)

### Commits

- Revert "chore(release): 2.61.3" [`add3700`](https://github.com/netlify/cli/commit/add3700a10e5f7c7d5ae0f8fe458721a56e93c83)
- chore(release): 2.61.3 [`8b25365`](https://github.com/netlify/cli/commit/8b25365ad76a00c0f89ba1277fb79d7c8ed444f5)
- Revert "chore(release): 2.61.3" [`aef62e9`](https://github.com/netlify/cli/commit/aef62e9e6e8a035936c692e5a1382b8890ae9f78)

## [v2.61.1](https://github.com/netlify/cli/compare/v2.61.0...v2.61.1) - 2020-09-06

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

0 comments on commit d394270

Please sign in to comment.