diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9c9604..6f5024ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [18.1.0] + +### Added + +- Add intializeInpageProvider as package export ([#380](https://github.com/MetaMask/providers/pull/380)) + +### Fixed + +- Remove spurious typescript reference ([#381](https://github.com/MetaMask/providers/pull/381)) + ## [18.0.0] ### Changed @@ -475,7 +485,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/v18.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.0...HEAD +[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0 [18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0 [17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1 [17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0 diff --git a/package.json b/package.json index 4140751a..49de7131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "18.0.0", + "version": "18.1.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",