diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf27ed..1d46f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.2] +### Fixed +- Dependency Updates + - Bump @metamask/auto-changelog from 3.2.0 to 3.4.2 ([#114](https://github.com/MetaMask/phishing-warning/pull/114)) + - Bump @metamask/post-message-stream from 6.2.0 to 7.0.0 ([#104](https://github.com/MetaMask/phishing-warning/pull/104)) + - Bump ses from 0.18.7 to 0.18.8 ([#102](https://github.com/MetaMask/phishing-warning/pull/102)) + ## [2.1.1] ### Fixed - Dependency updates ([#105](https://github.com/MetaMask/phishing-warning/pull/105)) @@ -63,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation of the phishing warning page - This should behave identically to the phishing warning page built into the MetaMask extension. -[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/phishing-warning/compare/v2.1.2...HEAD +[2.1.2]: https://github.com/MetaMask/phishing-warning/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/MetaMask/phishing-warning/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/MetaMask/phishing-warning/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/MetaMask/phishing-warning/compare/v2.0.0...v2.0.1 diff --git a/package.json b/package.json index c07ffb9..aa8cec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-warning", - "version": "2.1.1", + "version": "2.1.2", "description": "A page to warn users about a suspected phishing site.", "repository": { "type": "git",