Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrosenthal committed Aug 9, 2024
1 parent 333472d commit 82ce175
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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.2.3...HEAD
[Unreleased]: https://github.com/solvvy/redact-pii/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/solvvy/redact-pii/compare/v3.2.3...v1.0.1
[3.2.3]: https://github.com/solvvy/redact-pii/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/solvvy/redact-pii/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/solvvy/redact-pii/compare/v3.2.0...v3.2.1
Expand Down
4 changes: 2 additions & 2 deletions 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": "@libretto/redact-pii-light",
"version": "1.0.0",
"version": "1.0.1",
"description": "Remove personally identifiable information from text.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 82ce175

Please sign in to comment.