Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 7, 2019
1 parent 5bfcb54 commit 59fdb05
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v0.11.3](https://github.com/netlify/open-api/compare/v0.11.2...v0.11.3) - 2019-03-07

### Merged

- go-client: Don’t poll deploy after upload [`#155`](https://github.com/netlify/open-api/pull/155)

## [v0.11.2](https://github.com/netlify/open-api/compare/v0.11.1...v0.11.2) - 2019-03-07

### 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/open-api",
"description": "Netlify's open-api definition as a module",
"version": "0.11.2",
"version": "0.11.3",
"author": "Netlify",
"bugs": {
"url": "https://github.com/netlify/open-api/issues"
Expand Down
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.11.2
version: 0.11.3
title: Netlify's API definition
securityDefinitions:
netlifyAuth:
Expand Down

0 comments on commit 59fdb05

Please sign in to comment.