Skip to content

Commit dbaf059

Browse files
chore(release): 2.11.1 [skip ci]
## [2.11.1](2.11.0...2.11.1) (2024-05-29) ### Bug Fixes * thread order constant names + log date on threads ([cb6624c](cb6624c))
1 parent cb6624c commit dbaf059

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.11.1](https://github.com/ahochsteger/gmail-processor/compare/2.11.0...2.11.1) (2024-05-29)
4+
5+
6+
### Bug Fixes
7+
8+
* thread order constant names + log date on threads ([cb6624c](https://github.com/ahochsteger/gmail-processor/commit/cb6624c1f8c8cc620b5ffc7cd27a3c954399cddd))
9+
310
# [2.11.0](https://github.com/ahochsteger/gmail-processor/compare/2.10.1...2.11.0) (2024-05-25)
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.11.0",
3+
"version": "2.11.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)