diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f11be4a..254d20f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] +### Changed +- **BREAKING**: Update `chainId`, `networkVersion`, and `selectedAddress` to be read-only ([#280](https://github.com/MetaMask/providers/pull/280)) +- Log deprecation warning when accessing `chainId`, `networkVersion`, and `selectedAddress` ([#280](https://github.com/MetaMask/providers/pull/280)) +- Remove `pump` ([#281](https://github.com/MetaMask/providers/pull/281)) + ## [12.0.0] ### Changed - **BREAKING**: Replace `eth-rpc-errors`@`^4.0.2` with `@metamask/rpc-errors`@`6.0.0` ([#277](https://github.com/MetaMask/providers/pull/277)) @@ -238,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30)) - Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29)) -[Unreleased]: https://github.com/MetaMask/providers/compare/v12.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/providers/compare/v12.0.0...v13.0.0 [12.0.0]: https://github.com/MetaMask/providers/compare/v11.1.2...v12.0.0 [11.1.2]: https://github.com/MetaMask/providers/compare/v11.1.1...v11.1.2 [11.1.1]: https://github.com/MetaMask/providers/compare/v11.1.0...v11.1.1 diff --git a/package.json b/package.json index f6462adb..dbbf4de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "12.0.0", + "version": "13.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "keywords": [ "MetaMask",