Skip to content

Commit cb7bda1

Browse files
authored
Merge pull request #412 from netlify/release-v2.13.0
chore: release 2.13.0
2 parents 3ba8749 + f293799 commit cb7bda1

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.13.0](https://www.github.com/netlify/open-api/compare/v2.12.2...v2.13.0) (2023-01-23)
11+
12+
13+
### Features
14+
15+
* add functions_config property to deployfiles ([8613df5](https://www.github.com/netlify/open-api/commit/8613df5af1e2b7799dee9ce9ee46e21823fd0b03))
16+
* add more information to function_config ([b844c61](https://www.github.com/netlify/open-api/commit/b844c61e70f31eca803caad30e0b28e643cd5185))
17+
* Allow triggering test and validate workflow manually ([7673ad3](https://www.github.com/netlify/open-api/commit/7673ad3e1a56b9b15ffaaa030c602d28cef756f1))
18+
19+
20+
### Bug Fixes
21+
22+
* Add missing doc for Account Members Endpoints ([b3f5a0f](https://www.github.com/netlify/open-api/commit/b3f5a0f5b31ca6d70889d9f840a228f2b61efca0)), closes [#395](https://www.github.com/netlify/open-api/issues/395)
23+
1024
### [2.12.2](https://www.github.com/netlify/open-api/compare/v2.12.1...v2.12.2) (2022-11-21)
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.12.2",
4+
"version": "2.13.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.12.2
3+
version: 2.13.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)