diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d338ac..1d602c8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.1](https://github.com/ahochsteger/gmail-processor/compare/2.10.0...2.10.1) (2024-05-16) + + +### Bug Fixes + +* null dereference in redact() ([0c6f80c](https://github.com/ahochsteger/gmail-processor/commit/0c6f80c2585b354563cfc3677298662483eb57a6)) + # [2.10.0](https://github.com/ahochsteger/gmail-processor/compare/2.9.0...2.10.0) (2024-05-10) diff --git a/package-lock.json b/package-lock.json index fd423021..6ac795f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.10.0", + "version": "2.10.1", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index 67d89407..7babe803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.10.0", + "version": "2.10.1", "description": "Gmail Processor is an open-source project that automates the processing of Gmail messages and attachments using Google Apps Script and execute actions (e.g. store attachments in a GDrive folder, log information in a spreadsheet) depending on matching criteria.", "scripts": { "act:ci": "act push",