Skip to content

Commit d10b434

Browse files
chore(release): 0.26.0 [skip ci]
## [0.26.0](v0.25.1...v0.26.0) (2025-09-19) ### Features * add mainnet address, add --network flag to sp-tool ([#231](#231)) ([d0b5242](d0b5242))
1 parent d0b5242 commit d10b434

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.26.0](https://github.com/FilOzone/synapse-sdk/compare/v0.25.1...v0.26.0) (2025-09-19)
2+
3+
### Features
4+
5+
* add mainnet address, add --network flag to sp-tool ([#231](https://github.com/FilOzone/synapse-sdk/issues/231)) ([d0b5242](https://github.com/FilOzone/synapse-sdk/commit/d0b5242fafec72b0f295df05bc3c2219c754b9e3))
6+
17
## [0.25.1](https://github.com/FilOzone/synapse-sdk/compare/v0.25.0...v0.25.1) (2025-09-15)
28

39
### Bug Fixes

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.25.1",
3+
"version": "0.26.0",
44
"description": "A JavaScript interface to Filecoin Synapse",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)