Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 14, 2020
1 parent 6a3db78 commit 2ebac6d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v0.15.0](https://github.com/netlify/open-api/compare/v0.14.0...v0.15.0) - 2020-05-14

### Merged

- Remove deploy_id from PluginRun create body [`#235`](https://github.com/netlify/open-api/pull/235)
- Upgrade go-swagger to 0.23.0 [`#234`](https://github.com/netlify/open-api/pull/234)
- Add plugin_runs to open-api [`#232`](https://github.com/netlify/open-api/pull/232)

### Commits

- Generate go [`e0fdc4a`](https://github.com/netlify/open-api/commit/e0fdc4a5a70807a2a6cf7660e7f254127a4c2cf6)
- Update generated go code [`9133e98`](https://github.com/netlify/open-api/commit/9133e9827b11972474524d3435d2fc56732be0fe)
- Remove deploy_id from pluginRun create body [`0ab03a5`](https://github.com/netlify/open-api/commit/0ab03a57df30bc53b8a02ad6b03afe9b135701df)

## [v0.14.0](https://github.com/netlify/open-api/compare/v0.13.4...v0.14.0) - 2020-05-08

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

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

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

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.14.0",
"version": "0.15.0",
"author": "Netlify",
"ava": {
"files": [
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.14.0
version: 0.15.0
title: Netlify's API documentation
description: >-
Netlify is a hosting service for the programmable web. It understands your
Expand Down

0 comments on commit 2ebac6d

Please sign in to comment.