Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2024-02-13)

### Features

* use fetch-cookie package for cookie based sticky sessions ([5a56485](5a56485))
  • Loading branch information
semantic-release-bot committed Feb 13, 2024
1 parent 5a56485 commit ca2905b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [6.1.0](https://github.com/starknet-io/starknet.js/compare/v6.0.0...v6.1.0) (2024-02-13)

### Features

- use fetch-cookie package for cookie based sticky sessions ([5a56485](https://github.com/starknet-io/starknet.js/commit/5a56485052e773c8b0a3f9dbdc2f4ba3626362fb))

# [6.0.0](https://github.com/starknet-io/starknet.js/compare/v5.29.0...v6.0.0) (2024-02-05)

### 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": "6.0.0",
"version": "6.1.0",
"description": "JavaScript library for Starknet",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit ca2905b

Please sign in to comment.