starknet 10.0.1 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [10.0.2](https://github.com/starknet-io/starknet.js/compare/v10.0.1...v10.0.2) (2026-04-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump version from 9.4.2 to 9.4.3 ([bffc6b4](https://github.com/starknet-io/starknet.js/commit/bffc6b48210268d7bb34cc819969261321daa159))
6
+
1
7
  ## [10.0.1](https://github.com/starknet-io/starknet.js/compare/v10.0.0...v10.0.1) (2026-04-30)
2
8
 
3
9
  ### Bug Fixes
@@ -138,6 +144,12 @@
138
144
 
139
145
  - semantic version, audit fix, ci permissions ([3c5dea3](https://github.com/starknet-io/starknet.js/commit/3c5dea301733c85cbd5a2785358e92f808874902))
140
146
 
147
+ ## [9.4.2](https://github.com/starknet-io/starknet.js/compare/v9.4.1...v9.4.2) (2026-03-06)
148
+
149
+ ### Bug Fixes
150
+
151
+ - bump version from 9.4.2 to 9.4.3 ([bffc6b4](https://github.com/starknet-io/starknet.js/commit/bffc6b48210268d7bb34cc819969261321daa159))
152
+
141
153
  ## [9.4.1](https://github.com/starknet-io/starknet.js/compare/v9.4.0...v9.4.1) (2026-03-02)
142
154
 
143
155
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starknet",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "JavaScript library for Starknet",
5
5
  "license": "MIT",
6
6
  "repository": {