Skip to content

Commit 7117dc8

Browse files
chore(release): 2.11.0 [skip ci]
# [2.11.0](2.10.1...2.11.0) (2024-05-25) ### Bug Fixes * custom action name regex + add test ([0ec5b5c](0ec5b5c)) * pug security vulnerability ([ee0031d](ee0031d)) * wrong regex replacement ([3eb0809](3eb0809)) ### Features * add custom actions ([e044e22](e044e22)) * add version info lib, logs and docs ([5470741](5470741))
1 parent 0ec5b5c commit 7117dc8

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.11.0](https://github.com/ahochsteger/gmail-processor/compare/2.10.1...2.11.0) (2024-05-25)
4+
5+
6+
### Bug Fixes
7+
8+
* custom action name regex + add test ([0ec5b5c](https://github.com/ahochsteger/gmail-processor/commit/0ec5b5cdc67c8d8d1da5bbb958ab30c124587e5b))
9+
* pug security vulnerability ([ee0031d](https://github.com/ahochsteger/gmail-processor/commit/ee0031db57cc3fc098ed363bc8aea4589801df34))
10+
* wrong regex replacement ([3eb0809](https://github.com/ahochsteger/gmail-processor/commit/3eb08094a75500409310ee703c1145a75d1e9859))
11+
12+
13+
### Features
14+
15+
* add custom actions ([e044e22](https://github.com/ahochsteger/gmail-processor/commit/e044e22be2dd4d0b6ae01240567802f1b9009af6))
16+
* add version info lib, logs and docs ([5470741](https://github.com/ahochsteger/gmail-processor/commit/54707419224ca69adc1b94240830c52931884218))
17+
318
## [2.10.1](https://github.com/ahochsteger/gmail-processor/compare/2.10.0...2.10.1) (2024-05-16)
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.10.1",
3+
"version": "2.11.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)