Skip to content

Commit d2a12ae

Browse files
committed
0.16.0
1 parent cb31263 commit d2a12ae

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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.16.0](https://github.com/netlify/open-api/compare/v0.15.0...v0.16.0) - 2020-08-20
11+
12+
### Merged
13+
14+
- Add form deletion API endpoint to OpenAPI spec [`#250`](https://github.com/netlify/open-api/pull/250)
15+
- Bump prismjs from 1.19.0 to 1.21.0 [`#249`](https://github.com/netlify/open-api/pull/249)
16+
- Bump elliptic from 6.5.2 to 6.5.3 [`#248`](https://github.com/netlify/open-api/pull/248)
17+
- fix sites typo on split test endpoint paths [`#247`](https://github.com/netlify/open-api/pull/247)
18+
- Bump lodash from 4.17.15 to 4.17.19 [`#245`](https://github.com/netlify/open-api/pull/245)
19+
- Document `/sites/{site_id}/unlink_repo` [`#242`](https://github.com/netlify/open-api/pull/242)
20+
- Add 'branch' to createSiteDeploy [`#238`](https://github.com/netlify/open-api/pull/238)
21+
- github tools: add fossa license scanning [`#237`](https://github.com/netlify/open-api/pull/237)
22+
23+
### Commits
24+
25+
- Regenerate Go client [`55ef8c3`](https://github.com/netlify/open-api/commit/55ef8c3d64a96f456208f880069b8805fb36267d)
26+
- create github actions workflow files for fossa [`27a7b91`](https://github.com/netlify/open-api/commit/27a7b9173b2623b62fec6cc12e8363c83481fbaf)
27+
- Add form deletion endpoint [`351e130`](https://github.com/netlify/open-api/commit/351e1309dfeb6d71b5e01d64e8aaa43b1b20d98f)
28+
1029
## [v0.15.0](https://github.com/netlify/open-api/compare/v0.14.0...v0.15.0) - 2020-05-14
1130

1231
### Merged
@@ -156,7 +175,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
156175
### Commits
157176

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

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

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