diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6f8331..3c48a206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.29.10](https://github.com/matter-labs/zksync-wallet-vue/compare/3.29.9...3.29.10) (2024-04-12) + + +### Bug Fixes + +* remove one of the providers ([#348](https://github.com/matter-labs/zksync-wallet-vue/issues/348)) ([be0d065](https://github.com/matter-labs/zksync-wallet-vue/commit/be0d065d455613218efb3ec3b8104b4c7e9f378f)) + ## [3.29.9](https://github.com/matter-labs/zksync-wallet-vue/compare/3.29.8...3.29.9) (2024-02-01) diff --git a/package.json b/package.json index a9c79c83..df84f0b2 100755 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://opensource.org/licenses/apache2.0.php" } ], - "version": "3.29.9", + "version": "3.29.10", "homepage": "https://wallet.zksync.io", "description": "zkWallet was created to unleash the power of zkSync L2 operations and give anyone an access to L2 zkSync features on mainnet", "repository": "https://github.com/matter-labs/zksync-wallet-vue",