Skip to content

Commit

Permalink
chore(release): 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 25, 2024
1 parent 0ec5b5c commit 7117dc8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7117dc8

Please sign in to comment.