Skip to content

Commit 99dbc78

Browse files
chore(release): 9.0.0-beta.1 [skip ci]
# [9.0.0-beta.1](v8.9.0...v9.0.0-beta.1) (2025-11-20) ### Bug Fixes * corrected also in getTipStatsParallel ([1db744f](1db744f)) * npm audith node-tar issue for the used npm version ([a06174e](a06174e)) ### Features * base refactor for v9, channel rpc 0.10, tests, types ([70ea529](70ea529)) * bump version\ ([228e34a](228e34a)) ### BREAKING CHANGES * starknetjs v9
1 parent 228e34a commit 99dbc78

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [9.0.0-beta.1](https://github.com/starknet-io/starknet.js/compare/v8.9.0...v9.0.0-beta.1) (2025-11-20)
2+
3+
### Bug Fixes
4+
5+
- corrected also in getTipStatsParallel ([1db744f](https://github.com/starknet-io/starknet.js/commit/1db744f43c107142cee862c53818101c793dff82))
6+
- npm audith node-tar issue for the used npm version ([a06174e](https://github.com/starknet-io/starknet.js/commit/a06174e03318117e1c2fdf148389ea40e9ee2273))
7+
8+
### Features
9+
10+
- base refactor for v9, channel rpc 0.10, tests, types ([70ea529](https://github.com/starknet-io/starknet.js/commit/70ea52986a57d9059fa9bb774384e84509d8f1f5))
11+
- bump version\ ([228e34a](https://github.com/starknet-io/starknet.js/commit/228e34a1c7240c019039dedaf414a54ffe68ad19))
12+
13+
### BREAKING CHANGES
14+
15+
- starknetjs v9
16+
117
# [8.9.0](https://github.com/starknet-io/starknet.js/compare/v8.8.0...v8.9.0) (2025-11-13)
218

319
### 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.9.0",
3+
"version": "9.0.0-beta.1",
44
"description": "JavaScript library for Starknet",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)