Skip to content

Commit

Permalink
chore(release): 4.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.2](v4.4.1...v4.4.2) (2022-09-07)

### Bug Fixes

* dont import fetch from crosshatch ([a3ef41c](a3ef41c))
* use custom fetch ponyfill ([78f904a](78f904a))
* use isomorphic-unfetch ([c63b6a1](c63b6a1))
  • Loading branch information
semantic-release-bot committed Sep 7, 2022
1 parent d81f24d commit c276ef3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.4.2](https://github.com/0xs34n/starknet.js/compare/v4.4.1...v4.4.2) (2022-09-07)

### Bug Fixes

- dont import fetch from crosshatch ([a3ef41c](https://github.com/0xs34n/starknet.js/commit/a3ef41cac0e818f7429e6dd7654722ede1dc3796))
- use custom fetch ponyfill ([78f904a](https://github.com/0xs34n/starknet.js/commit/78f904a1d5aeb5efaba7fbdd853802529c80594b))
- use isomorphic-unfetch ([c63b6a1](https://github.com/0xs34n/starknet.js/commit/c63b6a138616936cf7a70f9098af5df290983c74))

## [4.4.1](https://github.com/0xs34n/starknet.js/compare/v4.4.0...v4.4.1) (2022-09-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet",
"version": "4.4.1",
"version": "4.4.2",
"description": "JavaScript library for StarkNet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c276ef3

Please sign in to comment.