Skip to content

Commit 389540a

Browse files
chore(release): 8.7.0 [skip ci]
# [8.7.0](v8.6.0...v8.7.0) (2025-11-07) ### Bug Fixes * public node hotfix ([#1510](#1510)) ([4165a3c](4165a3c)) ### Features * configurable websocket exponential backoff ([#1503](#1503)) ([6d0593f](6d0593f))
1 parent 4165a3c commit 389540a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [8.7.0](https://github.com/starknet-io/starknet.js/compare/v8.6.0...v8.7.0) (2025-11-07)
2+
3+
### Bug Fixes
4+
5+
- public node hotfix ([#1510](https://github.com/starknet-io/starknet.js/issues/1510)) ([4165a3c](https://github.com/starknet-io/starknet.js/commit/4165a3c74c94053b60ed2aca12d8bebab5b72f68))
6+
7+
### Features
8+
9+
- configurable websocket exponential backoff ([#1503](https://github.com/starknet-io/starknet.js/issues/1503)) ([6d0593f](https://github.com/starknet-io/starknet.js/commit/6d0593f2fcdf6da79fb0aaccef42071a8c0e8126))
10+
111
# [8.6.0](https://github.com/starknet-io/starknet.js/compare/v8.5.5...v8.6.0) (2025-10-17)
212

313
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknet",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"description": "JavaScript library for Starknet",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)