Skip to content

Commit 2ebac6d

Browse files
committed
0.15.0
1 parent 6a3db78 commit 2ebac6d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.15.0](https://github.com/netlify/open-api/compare/v0.14.0...v0.15.0) - 2020-05-14
11+
12+
### Merged
13+
14+
- Remove deploy_id from PluginRun create body [`#235`](https://github.com/netlify/open-api/pull/235)
15+
- Upgrade go-swagger to 0.23.0 [`#234`](https://github.com/netlify/open-api/pull/234)
16+
- Add plugin_runs to open-api [`#232`](https://github.com/netlify/open-api/pull/232)
17+
18+
### Commits
19+
20+
- Generate go [`e0fdc4a`](https://github.com/netlify/open-api/commit/e0fdc4a5a70807a2a6cf7660e7f254127a4c2cf6)
21+
- Update generated go code [`9133e98`](https://github.com/netlify/open-api/commit/9133e9827b11972474524d3435d2fc56732be0fe)
22+
- Remove deploy_id from pluginRun create body [`0ab03a5`](https://github.com/netlify/open-api/commit/0ab03a57df30bc53b8a02ad6b03afe9b135701df)
23+
1024
## [v0.14.0](https://github.com/netlify/open-api/compare/v0.13.4...v0.14.0) - 2020-05-08
1125

1226
### Merged
@@ -142,7 +156,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
142156
### Commits
143157

144158
- Add prepublish hook [`ed4efa3`](https://github.com/netlify/open-api/commit/ed4efa3c36e4e052399877a74a71fda9e1c80010)
145-
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
159+
- Change embeeded DefaultSyncFileLimit to 500 [`c5e88e6`](https://github.com/netlify/open-api/commit/c5e88e623327088e12a51ef98573e13eb17e6aa0)
146160

147161
## [v0.11.1](https://github.com/netlify/open-api/compare/v0.11.0...v0.11.1) - 2019-03-06
148162

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.14.0",
4+
"version": "0.15.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.14.0
3+
version: 0.15.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)