Skip to content

Commit 29814e0

Browse files
committed
0.13.4
1 parent 420610a commit 29814e0

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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.13.4](https://github.com/netlify/open-api/compare/v0.13.3...v0.13.4) - 2020-04-29
11+
12+
### Merged
13+
14+
- Add stop_builds property to repo info [`#227`](https://github.com/netlify/open-api/pull/227)
15+
- Migrate from Travis to GitHub Action [`#228`](https://github.com/netlify/open-api/pull/228)
16+
- Correct deleteHookBySiteId operationId since it doesn't require site_id [`#226`](https://github.com/netlify/open-api/pull/226)
17+
18+
### Commits
19+
20+
- Regenerate go client [`1d83012`](https://github.com/netlify/open-api/commit/1d830125b38ba442b0149b93bb975afe87e244fe)
21+
- Migrate from travis to github action [`f09d3b6`](https://github.com/netlify/open-api/commit/f09d3b6757f1f6dedbe7749f75098b822d4ef734)
22+
- Regenerate go client [`c5655cd`](https://github.com/netlify/open-api/commit/c5655cd432aec263e893bbd679cf4b758d70180c)
23+
1024
## [v0.13.3](https://github.com/netlify/open-api/compare/v0.13.2...v0.13.3) - 2020-04-15
1125

1226
### 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.13.3",
4+
"version": "0.13.4",
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.13.3
3+
version: 0.13.4
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)