Skip to content

Commit

Permalink
chore(master): release 2.35.0 (#549)
Browse files Browse the repository at this point in the history
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 314c696 commit 166c074
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.35.0](https://github.com/netlify/open-api/compare/v2.34.0...v2.35.0) (2024-12-05)


### Features

* add getAllCertificates ([#551](https://github.com/netlify/open-api/issues/551)) ([5cb5e0e](https://github.com/netlify/open-api/commit/5cb5e0e9134d0b94d9c9606f7dc4d73b40d6ef72))
* add minimal parameter to listAccountsForUser endpoint ([#552](https://github.com/netlify/open-api/issues/552)) ([314c696](https://github.com/netlify/open-api/commit/314c6961c43e3135975fd3459451835a8c08b1d4))


### Bug Fixes

* **getSite:** add account_id to the list of returned props ([#548](https://github.com/netlify/open-api/issues/548)) ([a2354bf](https://github.com/netlify/open-api/commit/a2354bf5576b69465e5c33401554a5e8957782b6))

## [2.34.0](https://github.com/netlify/open-api/compare/v2.33.1...v2.34.0) (2024-08-09)


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.34.0",
"version": "2.35.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.34.0
version: 2.35.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 166c074

Please sign in to comment.