From 13ce4c37a85c9cda5c8c715ef5c01c8357d6fd6a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Mar 2026 13:34:16 +0000 Subject: [PATCH 1/2] 0.39.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f62820..d2e6f85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.39.1", + "version": "0.39.2", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": { From f13fc923f390823fff5f8bcb1dc62452894ab516 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Mon, 30 Mar 2026 15:37:25 +0200 Subject: [PATCH 2/2] fix: changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44b3aa..18f3166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.39.2] + ### Changed - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#258](https://github.com/MetaMask/ppom-validator/pull/258)) @@ -331,7 +333,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.39.1...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.39.2...HEAD +[0.39.2]: https://github.com/MetaMask/ppom-validator/compare/v0.39.1...v0.39.2 [0.39.1]: https://github.com/MetaMask/ppom-validator/compare/v0.39.0...v0.39.1 [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