From 9b02c02a03356559d89c3ce97c91f38c22eb7812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Fonseca?= Date: Wed, 18 Nov 2020 16:48:10 +0000 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adaa468..9863035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## [3.1.0](https://github.com/uphold/anonymizer/releases/tag/v3.1.0) (2020-10-22) +## [3.1.1](https://github.com/uphold/anonymizer/releases/tag/v3.1.1) (2020-11-18) +- Fix obfuscation of class getter methods [\#36](https://github.com/uphold/anonymizer/pull/36) ([nunofgs](https://github.com/nunofgs)) + +## [v3.1.0](https://github.com/uphold/anonymizer/releases/tag/v3.1.0) (2020-10-22) - Bump node-fetch from 2.6.0 to 2.6.1 [\#34](https://github.com/uphold/anonymizer/pull/34) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump handlebars from 4.1.2 to 4.7.6 [\#33](https://github.com/uphold/anonymizer/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump lodash from 4.17.15 to 4.17.19 [\#32](https://github.com/uphold/anonymizer/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/package.json b/package.json index 6d59fbc..1c22e86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/anonymizer", - "version": "3.1.0", + "version": "3.1.1", "description": "Object redaction with whitelist as main feature.", "homepage": "https://github.com/uphold/anonymizer#readme", "bugs": {