diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bd783ec..76df7144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.41.0](https://github.com/netlify/open-api/compare/v2.40.0...v2.41.0) (2025-10-22) + + +### Features + +* pass task-id for build and dev server ([#581](https://github.com/netlify/open-api/issues/581)) ([d1f4490](https://github.com/netlify/open-api/commit/d1f44903e5e45333f3922ebcf4aed45cb2b4ea54)) + ## [2.40.0](https://github.com/netlify/open-api/compare/v2.39.0...v2.40.0) (2025-10-08) diff --git a/package-lock.json b/package-lock.json index 1303f2a6..ef12c707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/open-api", - "version": "2.40.0", + "version": "2.41.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcad0b7a..f93c03be 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.40.0", + "version": "2.41.0", "author": "Netlify", "ava": { "files": [ diff --git a/swagger.yml b/swagger.yml index b2ae6e0a..8351959b 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1,6 +1,6 @@ swagger: '2.0' info: - version: 2.40.0 + version: 2.41.0 title: Netlify's API documentation description: >- Netlify is a hosting service for the programmable web. It understands your