Skip to content

Commit 6d77ca6

Browse files
committed
0.18.0
1 parent 26173a5 commit 6d77ca6

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

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

10+
## [v0.18.0](https://github.com/netlify/open-api/compare/v0.17.0...v0.18.0) - 2020-10-07
11+
12+
### Merged
13+
14+
- Add service instances list [`#263`](https://github.com/netlify/open-api/pull/263)
15+
16+
### Commits
17+
18+
- Regenerate go client [`5e4adc7`](https://github.com/netlify/open-api/commit/5e4adc7a057cbe88e3dada4fdfd9409143aa7742)
19+
- Add listServiceInstancesForSite spec [`bc2b65b`](https://github.com/netlify/open-api/commit/bc2b65b689eb40776a800b22e14c7bde3a22cf84)
20+
21+
## [v0.17.0](https://github.com/netlify/open-api/compare/v0.16.1...v0.17.0) - 2020-09-30
22+
23+
### Merged
24+
25+
- Add WaitUntilDeployLive Go client method [`#262`](https://github.com/netlify/open-api/pull/262)
26+
1027
## [v0.16.1](https://github.com/netlify/open-api/compare/v0.16.0...v0.16.1) - 2020-09-24
1128

1229
### 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.16.1",
4+
"version": "0.18.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

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.16.1
3+
version: 0.18.0
44
title: Netlify's API documentation
55
description: >-
66
Netlify is a hosting service for the programmable web. It understands your

0 commit comments

Comments
 (0)