diff --git a/CHANGELOG.md b/CHANGELOG.md index 7159542..9eebab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 0525e28..d0597df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@libretto/redact-pii-light", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@libretto/redact-pii-light", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "lodash": "^4.17.20" diff --git a/package.json b/package.json index f0688a1..de1f20b 100644 --- a/package.json +++ b/package.json @@ -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",