Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Theilemann committed May 4, 2019
1 parent 87f052f commit 4bcc638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4bcc638

Please sign in to comment.