Skip to content

Commit 8762a73

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](2.11.1...2.12.0) (2024-07-13) ### Features * many deps updates (date-fns v3 + new fns, node v22) ([fdab503](fdab503))
1 parent 2f34a3a commit 8762a73

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.12.0](https://github.com/ahochsteger/gmail-processor/compare/2.11.1...2.12.0) (2024-07-13)
4+
5+
6+
### Features
7+
8+
* many deps updates (date-fns v3 + new fns, node v22) ([fdab503](https://github.com/ahochsteger/gmail-processor/commit/fdab503641a6dd76c0b820746e488821b6113324))
9+
310
## [2.11.1](https://github.com/ahochsteger/gmail-processor/compare/2.11.0...2.11.1) (2024-05-29)
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.11.1",
3+
"version": "2.12.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)