From 7117dc839ad743fe2d1085a6d378106621122d83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 May 2024 13:43:20 +0000 Subject: [PATCH] chore(release): 2.11.0 [skip ci] # [2.11.0](https://github.com/ahochsteger/gmail-processor/compare/2.10.1...2.11.0) (2024-05-25) ### Bug Fixes * custom action name regex + add test ([0ec5b5c](https://github.com/ahochsteger/gmail-processor/commit/0ec5b5cdc67c8d8d1da5bbb958ab30c124587e5b)) * pug security vulnerability ([ee0031d](https://github.com/ahochsteger/gmail-processor/commit/ee0031db57cc3fc098ed363bc8aea4589801df34)) * wrong regex replacement ([3eb0809](https://github.com/ahochsteger/gmail-processor/commit/3eb08094a75500409310ee703c1145a75d1e9859)) ### Features * add custom actions ([e044e22](https://github.com/ahochsteger/gmail-processor/commit/e044e22be2dd4d0b6ae01240567802f1b9009af6)) * add version info lib, logs and docs ([5470741](https://github.com/ahochsteger/gmail-processor/commit/54707419224ca69adc1b94240830c52931884218)) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d602c8d..56843cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# [2.11.0](https://github.com/ahochsteger/gmail-processor/compare/2.10.1...2.11.0) (2024-05-25) + + +### Bug Fixes + +* custom action name regex + add test ([0ec5b5c](https://github.com/ahochsteger/gmail-processor/commit/0ec5b5cdc67c8d8d1da5bbb958ab30c124587e5b)) +* pug security vulnerability ([ee0031d](https://github.com/ahochsteger/gmail-processor/commit/ee0031db57cc3fc098ed363bc8aea4589801df34)) +* wrong regex replacement ([3eb0809](https://github.com/ahochsteger/gmail-processor/commit/3eb08094a75500409310ee703c1145a75d1e9859)) + + +### Features + +* add custom actions ([e044e22](https://github.com/ahochsteger/gmail-processor/commit/e044e22be2dd4d0b6ae01240567802f1b9009af6)) +* add version info lib, logs and docs ([5470741](https://github.com/ahochsteger/gmail-processor/commit/54707419224ca69adc1b94240830c52931884218)) + ## [2.10.1](https://github.com/ahochsteger/gmail-processor/compare/2.10.0...2.10.1) (2024-05-16) diff --git a/package-lock.json b/package-lock.json index aead9277..88c047dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.10.1", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.10.1", + "version": "2.11.0", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index 03caf13e..413cd895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.10.1", + "version": "2.11.0", "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.", "scripts": { "act:ci": "act push",