Skip to content

Commit d4fe79b

Browse files
chore(master): release 2.17.0 (#457)
* chore(master): release 2.17.0 * chore: bump swagger.yml file --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: token-generator-app[bot] <token-generator-app[bot]@users.noreply.github.com>
1 parent 7395162 commit d4fe79b

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+14
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+
## [2.17.0](https://github.com/netlify/open-api/compare/v2.16.0...v2.17.0) (2023-05-10)
11+
12+
13+
### Features
14+
15+
* pass `invocation_mode` property to `uploadDeployFunction` endpoint ([#454](https://github.com/netlify/open-api/issues/454)) ([1a5ef29](https://github.com/netlify/open-api/commit/1a5ef291e744aab670c31c98740e092a0224e42d))
16+
17+
18+
### Bug Fixes
19+
20+
* trigger release ([#455](https://github.com/netlify/open-api/issues/455)) ([dc2f1e0](https://github.com/netlify/open-api/commit/dc2f1e0e3a291e089f66b4dd552f08026ecc1b42))
21+
* trigger release ([#456](https://github.com/netlify/open-api/issues/456)) ([7395162](https://github.com/netlify/open-api/commit/7395162ce84f7e8f4d9bf0aedd6298968c826a24))
22+
* Update documentation for Automatic deploy subdomains ([f4f317e](https://github.com/netlify/open-api/commit/f4f317ee9cdc10b74a86fb2b5cacd82e0b029f7a))
23+
1024
## [2.16.0](https://www.github.com/netlify/open-api/compare/v2.15.1...v2.16.0) (2023-04-19)
1125

1226

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "2.16.0",
4+
"version": "2.17.0",
55
"author": "Netlify",
66
"ava": {
77
"files": [

swagger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
swagger: '2.0'
22
info:
3-
version: 2.16.0
3+
version: 2.17.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)