diff --git a/package.json b/package.json index 5e6bcd5f8..3575bf271 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solana-wallet-snap-monorepo", - "version": "1.33.2", + "version": "1.33.3", "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 630a0d577..0ce8d8aeb 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.33.3] + +### Changed + +- Use `InMemoryCache` in `PriceApiService` ([#427](https://github.com/MetaMask/snap-solana-wallet/pull/427)) + ## [1.33.2] ### Added @@ -675,7 +681,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.2...HEAD +[Unreleased]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.3...HEAD +[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 [1.33.1]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.33.0...v1.33.1 [1.33.0]: https://github.com/MetaMask/snap-solana-wallet/compare/v1.32.0...v1.33.0 diff --git a/packages/snap/package.json b/packages/snap/package.json index 901784ae1..850453c13 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/solana-wallet-snap", - "version": "1.33.2", + "version": "1.33.3", "description": "A Solana wallet Snap.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 8cc99fdb3..822215236 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.33.2", + "version": "1.33.3", "description": "Manage Solana using MetaMask", "proposedName": "Solana", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/snap-solana-wallet.git" }, "source": { - "shasum": "XiO/mFkK3oitUU/FZOqAC3nBmYGcP2ZIPt0notbfeaY=", + "shasum": "5dayxdLk26hWbBj7hAl3wzDaPIPWYYsnsvQcIKuo8KA=", "location": { "npm": { "filePath": "dist/bundle.js",