diff --git a/CHANGELOG.md b/CHANGELOG.md index d09769ad..d6dae17d 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] + +### Fixed + +- 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",