diff --git a/package.json b/package.json index 0c0da2c08..64a24eca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-wallet-snap-monorepo", - "version": "1.33.4", + "version": "1.34.0", "private": true, "description": "", "homepage": "https://github.com/MetaMask/snap-solana-wallet#readme", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 2930060b1..250a783a1 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.34.0] + +### Changed + +- Switch to duration cronjobs ([#435](https://github.com/MetaMask/snap-solana-wallet/pull/435)) + +### Fixed + +- Validate same origin domain for `signIn` ([#434](https://github.com/MetaMask/snap-solana-wallet/pull/434)) + ## [1.33.4] ### Fixed @@ -687,7 +697,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sonarcloud to github workflow ([#25](https://github.com/MetaMask/snap-solana-wallet/pull/25)) - Snap setup -[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.4...HEAD +[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.34.0...HEAD +[1.34.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.4...v1.34.0 [1.33.4]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.3...v1.33.4 [1.33.3]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.2...v1.33.3 [1.33.2]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.1...v1.33.2 diff --git a/packages/snap/package.json b/packages/snap/package.json index ef28824cf..8aae1484a 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/solana-wallet-snap", - "version": "1.33.4", + "version": "1.34.0", "description": "A Solana wallet Snap.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 776193a98..c41db9591 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.33.4", + "version": "1.34.0", "description": "Manage Solana using MetaMask", "proposedName": "Solana", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-solana-wallet.git" }, "source": { - "shasum": "ZHnbLwNwlfVGCNclPGBifht43erMlK4dGRZkBNDzmB4=", + "shasum": "U6qs3tA3phhscX54m+BAD5Mi1aBgT9p9g3qQ2qHrCsQ=", "location": { "npm": { "filePath": "dist/bundle.js",