Skip to content

Commit 9d90bdf

Browse files
github-actions[bot]ahochsteger
authored andcommitted
chore(main): release 2.14.1
1 parent a11fa26 commit 9d90bdf

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.14.1](https://github.com/ahochsteger/gmail-processor/compare/v2.14.0...v2.14.1) (2025-03-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** inline parse-duration to fix security issue ([13b1931](https://github.com/ahochsteger/gmail-processor/commit/13b1931eb25a6089eb243e66a2416622599371d8))
9+
* **deps:** update libs-non-major ([#489](https://github.com/ahochsteger/gmail-processor/issues/489)) ([e069fe5](https://github.com/ahochsteger/gmail-processor/commit/e069fe5837a9917d23dd35b500ee5e216aa9a1bf))
10+
* **deps:** update libs-non-major ([#492](https://github.com/ahochsteger/gmail-processor/issues/492)) ([c99b78c](https://github.com/ahochsteger/gmail-processor/commit/c99b78c39e3b6dbcfa1e43daf33b1ccf507edd20))
11+
* **deps:** update libs-non-major ([#495](https://github.com/ahochsteger/gmail-processor/issues/495)) ([00dbc18](https://github.com/ahochsteger/gmail-processor/commit/00dbc182ce486802d16c4e509b920cafc4cde91d))
12+
* path traversal issue ([a11fa26](https://github.com/ahochsteger/gmail-processor/commit/a11fa266d1dc51eac184cb1a35f7c01263d86646))
13+
314
## [2.14.0](https://github.com/ahochsteger/gmail-processor/compare/v2.13.3...v2.14.0) (2025-03-02)
415

516

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