diff --git a/CHANGELOG.md b/CHANGELOG.md index 12907ced..58d11d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.55.0](https://github.com/netlify/open-api/compare/v2.54.0...v2.55.0) (2026-05-19) + + +### Features + +* add per-function `memory` parameter ([#643](https://github.com/netlify/open-api/issues/643)) ([1764a43](https://github.com/netlify/open-api/commit/1764a4322c6a60ad66037440ce55d7fc125d95c4)) +* add per-function `vcpu` parameter ([#645](https://github.com/netlify/open-api/issues/645)) ([e55927e](https://github.com/netlify/open-api/commit/e55927e4ceeb95072d3232d221c351e53b54c127)) + ## [2.54.0](https://github.com/netlify/open-api/compare/v2.53.0...v2.54.0) (2026-05-18) diff --git a/package-lock.json b/package-lock.json index 85e7a3de..c6044f7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/open-api", - "version": "2.54.0", + "version": "2.55.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50d8975c..f090481b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@netlify/open-api", "description": "Netlify's open-api definition as a module", - "version": "2.54.0", + "version": "2.55.0", "author": "Netlify", "ava": { "files": [ diff --git a/swagger.yml b/swagger.yml index 659a46cc..13871fd8 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.54.0 + version: 2.55.0 title: Netlify's API documentation description: >- Netlify is a hosting service for the programmable web. It understands your