Skip to content

Commit d5dc927

Browse files
chore(release): 2.10.1 [skip ci]
## [2.10.1](2.10.0...2.10.1) (2024-05-16) ### Bug Fixes * null dereference in redact() ([0c6f80c](0c6f80c))
1 parent 72b54dc commit d5dc927

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.10.1](https://github.com/ahochsteger/gmail-processor/compare/2.10.0...2.10.1) (2024-05-16)
4+
5+
6+
### Bug Fixes
7+
8+
* null dereference in redact() ([0c6f80c](https://github.com/ahochsteger/gmail-processor/commit/0c6f80c2585b354563cfc3677298662483eb57a6))
9+
310
# [2.10.0](https://github.com/ahochsteger/gmail-processor/compare/2.9.0...2.10.0) (2024-05-10)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-processor",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"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.",
55
"scripts": {
66
"act:ci": "act push",

0 commit comments

Comments
 (0)