Skip to content

Commit 3dfcba8

Browse files
chore(release): 2.13.1 [skip ci]
## [2.13.1](2.13.0...2.13.1) (2024-12-26) ### Bug Fixes * **deps:** pin dependencies ([c0834a6](c0834a6))
1 parent c0834a6 commit 3dfcba8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [2.13.1](https://github.com/ahochsteger/gmail-processor/compare/2.13.0...2.13.1) (2024-12-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin dependencies ([c0834a6](https://github.com/ahochsteger/gmail-processor/commit/c0834a68683301834d1eaa63f06d7ecff80a7774))
9+
310
# [2.13.0](https://github.com/ahochsteger/gmail-processor/compare/2.12.0...2.13.0) (2024-12-26)
411

512

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