Skip to content

Commit 9b64082

Browse files
chore(release): 0.24.10 [skip ci]
## [0.24.10](v0.24.9...v0.24.10) (2025-09-11) ### Bug Fixes * select data set using providerId, not payee ([#211](#211)) ([6382e81](6382e81)) ### Trivial Changes * **no-release:** fix docs ([70d2c43](70d2c43)) * **no-release:** fix docs base path ([11ed22d](11ed22d)) * **no-release:** fix docs index urls for github pages ([d31669b](d31669b)) * **no-release:** github urls again ([1c1aee5](1c1aee5)) * **no-release:** make docs run only on master ([04a6f2b](04a6f2b))
1 parent 6382e81 commit 9b64082

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.24.10](https://github.com/FilOzone/synapse-sdk/compare/v0.24.9...v0.24.10) (2025-09-11)
2+
3+
### Bug Fixes
4+
5+
* select data set using providerId, not payee ([#211](https://github.com/FilOzone/synapse-sdk/issues/211)) ([6382e81](https://github.com/FilOzone/synapse-sdk/commit/6382e81330c787d328d9234f2a749643aa6ad3d6))
6+
7+
### Trivial Changes
8+
9+
* **no-release:** fix docs ([70d2c43](https://github.com/FilOzone/synapse-sdk/commit/70d2c43b24e9bed6c610a365353bae7010af8d24))
10+
* **no-release:** fix docs base path ([11ed22d](https://github.com/FilOzone/synapse-sdk/commit/11ed22dd76a147160cffae7983d60ad215d0a683))
11+
* **no-release:** fix docs index urls for github pages ([d31669b](https://github.com/FilOzone/synapse-sdk/commit/d31669bc824d3dba3886ae8b8bd6ace6afa650a2))
12+
* **no-release:** github urls again ([1c1aee5](https://github.com/FilOzone/synapse-sdk/commit/1c1aee566d3e409fcf711a37359651286f5c8782))
13+
* **no-release:** make docs run only on master ([04a6f2b](https://github.com/FilOzone/synapse-sdk/commit/04a6f2b5ba54491286107c7773cc82a60fdc96e6))
14+
115
## [0.24.9](https://github.com/FilOzone/synapse-sdk/compare/v0.24.8...v0.24.9) (2025-09-10)
216

317
### Trivial Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filoz/synapse-sdk",
3-
"version": "0.24.9",
3+
"version": "0.24.10",
44
"description": "A JavaScript interface to Filecoin Synapse",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)