Skip to content

Commit 9c87cd3

Browse files
chore(release): 0.23.0 [skip ci]
## [0.23.0](v0.22.0...v0.23.0) (2025-08-04) ### Features * use Performance API, update docs with additional timing input ([b4fe5f0](b4fe5f0)) ### Trivial Changes * add comprehensive performance and timing analysis documentation ([d9eb5f1](d9eb5f1)), closes [#125](#125)
1 parent b4fe5f0 commit 9c87cd3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.23.0](https://github.com/FilOzone/synapse-sdk/compare/v0.22.0...v0.23.0) (2025-08-04)
2+
3+
### Features
4+
5+
* use Performance API, update docs with additional timing input ([b4fe5f0](https://github.com/FilOzone/synapse-sdk/commit/b4fe5f035cbd962e4c8982418a3e02855cd6181d))
6+
7+
### Trivial Changes
8+
9+
* add comprehensive performance and timing analysis documentation ([d9eb5f1](https://github.com/FilOzone/synapse-sdk/commit/d9eb5f1bf4fdff44bb8c032bb5e0e6ab3954bb20)), closes [#125](https://github.com/FilOzone/synapse-sdk/issues/125)
10+
111
## [0.22.0](https://github.com/FilOzone/synapse-sdk/compare/v0.21.0...v0.22.0) (2025-08-04)
212

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

0 commit comments

Comments
 (0)