Skip to content

Commit 809b829

Browse files
chore(master): release 2.30.0 (#535)
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 c034c55 commit 809b829

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.30.0](https://github.com/netlify/open-api/compare/v2.29.0...v2.30.0) (2024-04-04)
11+
12+
13+
### Features
14+
15+
* add dev server APIs ([#533](https://github.com/netlify/open-api/issues/533)) ([f5596d7](https://github.com/netlify/open-api/commit/f5596d7f8194be38a3539e732c6b774a9bc24cdd))
16+
* add traffic rules to bundled functions config ([#536](https://github.com/netlify/open-api/issues/536)) ([c034c55](https://github.com/netlify/open-api/commit/c034c553805e87a7123e76a62ddb5fce5f10adf5))
17+
1018
## [2.29.0](https://github.com/netlify/open-api/compare/v2.28.0...v2.29.0) (2024-04-04)
1119

1220

package-lock.json

+1-1
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.29.0",
4+
"version": "2.30.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.29.0
3+
version: 2.30.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)