Skip to content

Commit 84bd496

Browse files
chore(release): 0.13.0 [skip ci]
## [0.13.0](v0.12.0...v0.13.0) (2025-06-23) ### Features * enhance checkAllowanceForStorage with customizable lockup periods ([52c3204](52c3204)) ### Bug Fixes * correct depositAmountNeeded assignment in PandoraService ([bdc1827](bdc1827)) ### Tests * add checks for depositAmountNeeded in PandoraService tests ([e07ae2d](e07ae2d))
1 parent e07ae2d commit 84bd496

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.13.0](https://github.com/FilOzone/synapse-sdk/compare/v0.12.0...v0.13.0) (2025-06-23)
2+
3+
### Features
4+
5+
* enhance checkAllowanceForStorage with customizable lockup periods ([52c3204](https://github.com/FilOzone/synapse-sdk/commit/52c3204c94dc389259414b3f447a8174d3a649b0))
6+
7+
### Bug Fixes
8+
9+
* correct depositAmountNeeded assignment in PandoraService ([bdc1827](https://github.com/FilOzone/synapse-sdk/commit/bdc1827173b7062ba6d018d60e06ab67baf846ad))
10+
11+
### Tests
12+
13+
* add checks for depositAmountNeeded in PandoraService tests ([e07ae2d](https://github.com/FilOzone/synapse-sdk/commit/e07ae2d7dfa78a6d4cd4d61c0564a2f2f2b7e1b1))
14+
115
## [0.12.0](https://github.com/FilOzone/synapse-sdk/compare/v0.11.0...v0.12.0) (2025-06-18)
216

317
### Features

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

0 commit comments

Comments
 (0)