Skip to content

Commit

Permalink
v2.20.6 (#928)
Browse files Browse the repository at this point in the history
* fix refresh token signature (#924)

* 2.20.5

* changelog

* upgrade msw package to latest to fix tests

* 2.20.6

* changelog

---------

Co-authored-by: cipriandraghici <cipriandraghici93@gmail.com>
  • Loading branch information
andreigiura and CiprianDraghici committed Sep 18, 2023
1 parent a6491c1 commit 3129ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [[v2.20.6]](https://github.com/multiversx/mx-sdk-dapp/pull/928)] - 2023-09-14
- [Add network option when refreshing a native auth token](https://github.com/multiversx/mx-sdk-dapp/pull/927)
## [[v2.20.5]](https://github.com/multiversx/mx-sdk-dapp/pull/925)] - 2023-09-14
- [Fix refreshNativeAuthTokenLogin signature](https://github.com/multiversx/mx-sdk-dapp/pull/924)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-dapp",
"version": "2.20.5",
"version": "2.20.6",
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 3129ac4

Please sign in to comment.