Skip to content

Commit 59fdb05

Browse files
committed
0.11.3
1 parent 5bfcb54 commit 59fdb05

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

10+
## [v0.11.3](https://github.com/netlify/open-api/compare/v0.11.2...v0.11.3) - 2019-03-07
11+
12+
### Merged
13+
14+
- go-client: Don’t poll deploy after upload [`#155`](https://github.com/netlify/open-api/pull/155)
15+
1016
## [v0.11.2](https://github.com/netlify/open-api/compare/v0.11.1...v0.11.2) - 2019-03-07
1117

1218
### Merged

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/open-api",
33
"description": "Netlify's open-api definition as a module",
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"author": "Netlify",
66
"bugs": {
77
"url": "https://github.com/netlify/open-api/issues"

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: "2.0"
22
info:
3-
version: 0.11.2
3+
version: 0.11.3
44
title: Netlify's API definition
55
securityDefinitions:
66
netlifyAuth:

0 commit comments

Comments
 (0)