Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2022-06-10)

### Bug Fixes

* handle edge case when multiple injected providers are installed ([fd0e5ba](fd0e5ba))
* rename coinbase wallet ([95b5be9](95b5be9))

### Features

* use peer dependencies ([ec15121](ec15121))
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent ec15121 commit b669258
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/whitelabel-market/wallet-connector/compare/v2.0.0...v2.1.0) (2022-06-10)


### Bug Fixes

* handle edge case when multiple injected providers are installed ([fd0e5ba](https://github.com/whitelabel-market/wallet-connector/commit/fd0e5ba30181c142930c265417b97ee3b3c1f7fb))
* rename coinbase wallet ([95b5be9](https://github.com/whitelabel-market/wallet-connector/commit/95b5be9c1f58f6c4dc54cd91b72d791bf2a29c9f))


### Features

* use peer dependencies ([ec15121](https://github.com/whitelabel-market/wallet-connector/commit/ec1512190864ac2b8d683f57e97457d2e7d5ac73))

# [2.0.0](https://github.com/whitelabel-market/wallet-connector/compare/v1.0.6...v2.0.0) (2022-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/whitelabel-market/wallet-connector.git"
},
"version": "2.0.0",
"version": "2.1.0",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down

0 comments on commit b669258

Please sign in to comment.