Skip to content

Commit 5ca9432

Browse files
github-actions[bot]ahochsteger
authored andcommitted
chore(main): release 2.14.0
1 parent 5a87b77 commit 5ca9432

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.14.0](https://github.com/ahochsteger/gmail-processor/compare/v2.13.3...v2.14.0) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* add action `attachment.storeDecryptedPdf` ([64d00ed](https://github.com/ahochsteger/gmail-processor/commit/64d00edff08ced2f19ab5168d02955c6171dd154))
9+
* add example with async custom action to decrypt PDFs ([3300185](https://github.com/ahochsteger/gmail-processor/commit/33001859d6151b16e90e9324c0490f29b45adcd9))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update libs-non-major ([#485](https://github.com/ahochsteger/gmail-processor/issues/485)) ([42ae39f](https://github.com/ahochsteger/gmail-processor/commit/42ae39f3cbfc1167184a7f9fa2346c582ed7c0d2))
15+
* **deps:** update react monorepo to v19 ([a8d0002](https://github.com/ahochsteger/gmail-processor/commit/a8d00025f7ea2422593697dd836a8dc5d80a5035))
16+
* GAS example code processing ([abec3e6](https://github.com/ahochsteger/gmail-processor/commit/abec3e6d904178a3d8c3dfa90309d9b1b032da88))
17+
318
## [2.13.3](https://github.com/ahochsteger/gmail-processor/compare/v2.13.2...v2.13.3) (2025-02-07)
419

520

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.13.3",
3+
"version": "2.14.0",
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)