diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 61c45d6..295ed8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "docs": "0.3.1", + "docs": "0.3.2", "packages/sdk": "1.4.0", "packages/react": "1.4.0" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c48039b..23c5a45 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.1...docs-v0.3.2) (2025-05-16) + + +### Bug Fixes + +* updated standard usdc pool address ([#157](https://github.com/sprintertech/sprinter-sdk/issues/157)) ([1d7f805](https://github.com/sprintertech/sprinter-sdk/commit/1d7f805851280185ef7f9627645935e4dc2cc962)) + ## [0.3.1](https://github.com/sprintertech/sprinter-sdk/compare/docs-v0.3.0...docs-v0.3.1) (2025-05-09) diff --git a/docs/package.json b/docs/package.json index 4994e3e..5a14284 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.3.1", + "version": "0.3.2", "repository": { "type": "git", "url": "git+https://github.com/sprintertech/sprinter-sdk.git"