From 5c3211a5c74d2e18c8e731bdc1231c874adbb1c2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Oct 2025 21:30:45 +0000 Subject: [PATCH 1/2] 0.39.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5ba02..4d8b4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.39.0] + +### Uncategorized + +- Add preview builds ([#250](https://github.com/MetaMask/ppom-validator/pull/250)) + ### Changed - **BREAKING:** Migrate `PPOMController` to new `Messenger` from `@metamask/messenger` ([#249](https://github.com/MetaMask/ppom-validator/pull/249)) @@ -314,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Restrict provider access to PPOM ([#7](https://github.com/MetaMask/ppom-validator/pull/7)) - Integrate with ppom npm module ([#8](https://github.com/MetaMask/ppom-validator/pull/8)) -[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.38.0...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.39.0...HEAD +[0.39.0]: https://github.com/MetaMask/ppom-validator/compare/v0.38.0...v0.39.0 [0.38.0]: https://github.com/MetaMask/ppom-validator/compare/v0.37.0...v0.38.0 [0.37.0]: https://github.com/MetaMask/ppom-validator/compare/v0.36.0...v0.37.0 [0.36.0]: https://github.com/MetaMask/ppom-validator/compare/v0.35.1...v0.36.0 diff --git a/package.json b/package.json index d0b2c0d..c01852e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.38.0", + "version": "0.39.0", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": { From ed170ff791722ced57a6f1ba755bd497379cf7df Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:31:30 +0100 Subject: [PATCH 2/2] Apply suggestion from @cryptodev-2s --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8b4ce..074d81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.39.0] -### Uncategorized - -- Add preview builds ([#250](https://github.com/MetaMask/ppom-validator/pull/250)) - ### Changed - **BREAKING:** Migrate `PPOMController` to new `Messenger` from `@metamask/messenger` ([#249](https://github.com/MetaMask/ppom-validator/pull/249))