diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec67cf..36b4044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] + +### Fixed + +- Update connector name to use a character compatible with `trim()` ([#31](https://github.com/MetaMask/solana-wallet-standard/pull/31)) + ## [0.3.0] ### Changed @@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.1.0...v0.1.1 diff --git a/package.json b/package.json index 86ad61a..4cd188c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/solana-wallet-standard", - "version": "0.3.0", + "version": "0.3.1", "license": "ISC", "description": "The MetaMask Solana wallet-standard implementation", "homepage": "https://github.com/MetaMask/solana-wallet-standard#readme",