From 8ffd1447aaf255f3035770be0479b88f4432c38a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Jul 2026 15:47:52 +0000 Subject: [PATCH 1/2] 3.4.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09769ad..9f84b8b9 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] +## [3.4.1] + +### Uncategorized + +- fix: fix deep sensitive redaction ([#43](https://github.com/MetaMask/superstruct/pull/43)) + ## [3.4.0] ### Added @@ -655,7 +661,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/superstruct/compare/v3.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/superstruct/compare/v3.4.1...HEAD +[3.4.1]: https://github.com/MetaMask/superstruct/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/MetaMask/superstruct/compare/v3.3.0...v3.4.0 [3.3.0]: https://github.com/MetaMask/superstruct/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/MetaMask/superstruct/compare/v3.2.0...v3.2.1 diff --git a/package.json b/package.json index 83d49f2b..14b1a232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/superstruct", - "version": "3.4.0", + "version": "3.4.1", "description": "A simple and composable way to validate data in JavaScript (and TypeScript).", "keywords": [ "api", From 6acf18f153854fdd1ddd91d905b5b8ceee405cbd Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Thu, 16 Jul 2026 17:48:32 +0200 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f84b8b9..d6dae17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.4.1] -### Uncategorized +### Fixed -- fix: fix deep sensitive redaction ([#43](https://github.com/MetaMask/superstruct/pull/43)) +- Fix deep `sensitive` redaction ([#43](https://github.com/MetaMask/superstruct/pull/43)) ## [3.4.0]