From 2dea6ab818a94daa39dff5f21db98f47796b0dc1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jul 2026 10:51:16 +0000 Subject: [PATCH] 3.4.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda2846e..d09769ad 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] +## [3.4.0] + ### Added - Add `sensitive` struct for redacting secret values from validation errors ([#41](https://github.com/MetaMask/superstruct/pull/41)) @@ -653,7 +655,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.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/superstruct/compare/v3.4.0...HEAD +[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 [3.2.0]: https://github.com/MetaMask/superstruct/compare/v3.1.0...v3.2.0 diff --git a/package.json b/package.json index 7f19c5ae..83d49f2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/superstruct", - "version": "3.3.0", + "version": "3.4.0", "description": "A simple and composable way to validate data in JavaScript (and TypeScript).", "keywords": [ "api",