Skip to content

Commit eacdeac

Browse files
github-actions[bot]ahochsteger
authored andcommitted
chore(main): release 2.16.0
1 parent 779b7cb commit eacdeac

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/ahochsteger/gmail-processor/compare/v2.15.0...v2.16.0) (2025-07-25)
4+
5+
6+
### Features
7+
8+
* add string function expressions ([779b7cb](https://github.com/ahochsteger/gmail-processor/commit/779b7cbab4d5f4e5ce70292db2fb175ea5a69046))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update libs-non-major ([#523](https://github.com/ahochsteger/gmail-processor/issues/523)) ([a5df9d8](https://github.com/ahochsteger/gmail-processor/commit/a5df9d8106bc69ca945fbd73e62b5ac61af7fad5))
14+
* **deps:** update libs-non-major ([#527](https://github.com/ahochsteger/gmail-processor/issues/527)) ([2face32](https://github.com/ahochsteger/gmail-processor/commit/2face32aeab83bd138f09dd96d97466050fbc6d1))
15+
* **deps:** update libs-non-major ([#547](https://github.com/ahochsteger/gmail-processor/issues/547)) ([624343c](https://github.com/ahochsteger/gmail-processor/commit/624343c42bf3f166be17022fc81dac6afe0826cc))
16+
* parsing of string literals (escapes, empty strings) ([e928b51](https://github.com/ahochsteger/gmail-processor/commit/e928b51910b089927fbdba740a32fcbe73691ddb))
17+
318
## [2.15.0](https://github.com/ahochsteger/gmail-processor/compare/v2.14.1...v2.15.0) (2025-05-04)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-processor",
3-
"version": "2.15.0",
3+
"version": "2.16.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)