diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe226b5e..8f236ca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.4.0] + +### Changed + +- Deprecate local `exactOptional` implementation ([#244](https://github.com/MetaMask/utils/pull/244)) + - Use the one from `@metamask/superstruct@>=3.2.0` instead. + ## [11.3.0] ### Added @@ -408,7 +415,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v11.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.4.0...HEAD +[11.4.0]: https://github.com/MetaMask/utils/compare/v11.3.0...v11.4.0 [11.3.0]: https://github.com/MetaMask/utils/compare/v11.2.0...v11.3.0 [11.2.0]: https://github.com/MetaMask/utils/compare/v11.1.0...v11.2.0 [11.1.0]: https://github.com/MetaMask/utils/compare/v11.0.1...v11.1.0 diff --git a/package.json b/package.json index b2d726717..6ff5c706c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.3.0", + "version": "11.4.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {