diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b715070..23b8e03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "docs": "0.3.5", + "docs": "0.3.6", "packages/sdk": "1.4.3", "packages/react": "1.4.3" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 86565b9..7ab5f0c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.6](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.5...docs-v0.3.6) (2025-06-12) + + +### Bug Fixes + +* update to solve-openapi.yaml to match updated OpenAPI spec ([#167](https://github.com/sprintertech/sprinter-sdk/issues/167)) ([b79e4cc](https://github.com/sprintertech/sprinter-sdk/commit/b79e4cc7ce82df46bb8a6894b11f379dd6536dbb)) + ## [0.3.5](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.4...docs-v0.3.5) (2025-05-28) ### Bug Fixes diff --git a/docs/package.json b/docs/package.json index c5e0b89..b2d96fc 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.3.5", + "version": "0.3.6", "repository": { "type": "git", "url": "git+https://github.com/sprintertech/sprinter-sdk.git"