From faf57c53904f0cdebe2d51c4853b38dd506004a0 Mon Sep 17 00:00:00 2001 From: Uphold Date: Wed, 4 Dec 2024 16:05:44 +0000 Subject: [PATCH] Release 5.2.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847a9dc..7f636aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v5.2.0](https://github.com/uphold/anonymizer/releases/tag/v5.2.0) (2024-12-04) +- Improve performance [\#86](https://github.com/uphold/anonymizer/pull/86) ([satazor](https://github.com/satazor)) + ## [v5.1.0](https://github.com/uphold/anonymizer/releases/tag/v5.1.0) (2024-11-08) - Fix release git config [\#82](https://github.com/uphold/anonymizer/pull/82) ([Americas](https://github.com/Americas)) - Fix yarn install on release script [\#81](https://github.com/uphold/anonymizer/pull/81) ([Americas](https://github.com/Americas)) diff --git a/package.json b/package.json index cc45e7c..0234757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/anonymizer", - "version": "5.1.0", + "version": "5.2.0", "description": "Object redaction with whitelist as main feature.", "homepage": "https://github.com/uphold/anonymizer#readme", "bugs": {