From 078c4c2afd53fd73c9b96ef65731006a19b96336 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Sep 2025 12:57:11 +0000 Subject: [PATCH 1/2] 0.38.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb08cd..fb494f2 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.38.0] + +### Uncategorized + +- chore: Update `action-create-release-pr` to v3 ([#247](https://github.com/MetaMask/ppom-validator/pull/247)) + ### Added - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#246](https://github.com/MetaMask/core/pull/246)) @@ -303,7 +309,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.37.0...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.38.0...HEAD +[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 [0.35.1]: https://github.com/MetaMask/ppom-validator/compare/v0.35.0...v0.35.1 diff --git a/package.json b/package.json index aa3e781..d997c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.37.0", + "version": "0.38.0", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": { From 68626ccfe1cd193e50a2fcfc0588610981ca09b8 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 5 Sep 2025 10:29:14 -0230 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb494f2..7b89e51 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.38.0] -### Uncategorized - -- chore: Update `action-create-release-pr` to v3 ([#247](https://github.com/MetaMask/ppom-validator/pull/247)) - ### Added - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#246](https://github.com/MetaMask/core/pull/246))