diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e97338..0fe337db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0] + ## [11.1.1] ### Changed - Update `fast-deep-equal` ([#258](https://github.com/MetaMask/providers/pull/258)) @@ -228,7 +230,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/v11.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/providers/compare/v11.1.1...v12.0.0 [11.1.1]: https://github.com/MetaMask/providers/compare/v11.1.0...v11.1.1 [11.1.0]: https://github.com/MetaMask/providers/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/MetaMask/providers/compare/v10.2.1...v11.0.0 diff --git a/package.json b/package.json index 3ed90826..2b9d2fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "11.1.1", + "version": "12.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "keywords": [ "MetaMask",