Skip to content

Commit

Permalink
Merge pull request #412 from netlify/release-v2.13.0
Browse files Browse the repository at this point in the history
chore: release 2.13.0
  • Loading branch information
khendrikse authored Jan 23, 2023
2 parents 3ba8749 + f293799 commit cb7bda1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions 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).

## [2.13.0](https://www.github.com/netlify/open-api/compare/v2.12.2...v2.13.0) (2023-01-23)


### Features

* add functions_config property to deployfiles ([8613df5](https://www.github.com/netlify/open-api/commit/8613df5af1e2b7799dee9ce9ee46e21823fd0b03))
* add more information to function_config ([b844c61](https://www.github.com/netlify/open-api/commit/b844c61e70f31eca803caad30e0b28e643cd5185))
* Allow triggering test and validate workflow manually ([7673ad3](https://www.github.com/netlify/open-api/commit/7673ad3e1a56b9b15ffaaa030c602d28cef756f1))


### Bug Fixes

* 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)

### [2.12.2](https://www.github.com/netlify/open-api/compare/v2.12.1...v2.12.2) (2022-11-21)


Expand Down
4 changes: 2 additions & 2 deletions 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": "2.12.2",
"version": "2.13.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: 2.12.2
version: 2.13.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 cb7bda1

Please sign in to comment.