Skip to content

Commit 3e053d1

Browse files
chore(release): 0.9.0 [skip ci]
## [0.9.0](v0.8.1...v0.9.0) (2025-06-12) ### Features * **pdp:** add transaction tracking for root additions with server verification ([00de2b2](00de2b2)) ### Trivial Changes * add conventional commits guidelines ([bc68d04](bc68d04))
1 parent bc68d04 commit 3e053d1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.9.0](https://github.com/FilOzone/synapse-sdk/compare/v0.8.1...v0.9.0) (2025-06-12)
2+
3+
### Features
4+
5+
* **pdp:** add transaction tracking for root additions with server verification ([00de2b2](https://github.com/FilOzone/synapse-sdk/commit/00de2b27eac9ce0731c7d9d0f25cbf825ea2d8cc))
6+
7+
### Trivial Changes
8+
9+
* add conventional commits guidelines ([bc68d04](https://github.com/FilOzone/synapse-sdk/commit/bc68d042048feee572a96fa97f768bbc6ccfe68d))
10+
111
## [0.8.1](https://github.com/FilOzone/synapse-sdk/compare/v0.8.0...v0.8.1) (2025-06-11)
212

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

0 commit comments

Comments
 (0)