From fc8aa1c71c39cc259f2c09619dcbc67493e89431 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Mar 2026 19:09:20 +0000 Subject: [PATCH 1/2] 0.39.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17bbf44..8aafd4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.39.0", + "version": "0.39.1", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": { From 0e99ee2ef8a0b44a297f727c58dade26dbb57d3d Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Fri, 20 Mar 2026 20:11:42 +0100 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 e9fe57b..8d1be22 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.1] + ### Changed - Move `@metamask/network-controller` from peer to direct dependency and bump ^25.0.0 → ^30.0.0 ([#254](https://github.com/MetaMask/ppom-validator/pull/254)) @@ -321,7 +323,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.39.1...HEAD +[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 [0.37.0]: https://github.com/MetaMask/ppom-validator/compare/v0.36.0...v0.37.0