From 4bcc638020827778e78fd6d369b256ff3febfa4b Mon Sep 17 00:00:00 2001 From: Christian Theilemann Date: Sat, 4 May 2019 14:25:34 -0700 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab75824..ca968ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Google Cloud DLP redaction does not have an implicit, hard-coded 5000ms timeout anymore. If you want to set a timeout for DLP calls you have to implement it yourself. In case you're using `bluebird` as promise library consider using `.timeout`. -[Unreleased]: https://github.com/solvvy/redact-pii/compare/v3.0.1...HEAD +[Unreleased]: https://github.com/solvvy/redact-pii/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/solvvy/redact-pii/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/solvvy/redact-pii/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/solvvy/redact-pii/tree/v3.0.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0735f84..bb033bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redact-pii", - "version": "3.0.2", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e390798..4aa6a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redact-pii", - "version": "3.0.2", + "version": "3.1.0", "description": "Remove personally identifiable information from text.", "main": "lib/index.js", "typings": "lib/index.d.ts",