Skip to content

Commit

Permalink
chore(master): release 2.20.0 (#482)
Browse files Browse the repository at this point in the history
* chore(master): release 2.20.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>
  • Loading branch information
1 parent d30c25b commit 3f74ec0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.20.0](https://github.com/netlify/open-api/compare/v2.19.1...v2.20.0) (2023-08-09)


### Features

* add support for custom function routes ([#481](https://github.com/netlify/open-api/issues/481)) ([d30c25b](https://github.com/netlify/open-api/commit/d30c25b9f6d2f9626c51e4a938c11cfbfc51ee93))

## [2.19.1](https://github.com/netlify/open-api/compare/v2.19.0...v2.19.1) (2023-07-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.19.1",
"version": "2.20.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.19.1
version: 2.20.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 3f74ec0

Please sign in to comment.