diff --git a/CHANGELOG.md b/CHANGELOG.md index 655313f2..87eb02d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.12.0](https://github.com/ahochsteger/gmail-processor/compare/2.11.1...2.12.0) (2024-07-13) + + +### Features + +* many deps updates (date-fns v3 + new fns, node v22) ([fdab503](https://github.com/ahochsteger/gmail-processor/commit/fdab503641a6dd76c0b820746e488821b6113324)) + ## [2.11.1](https://github.com/ahochsteger/gmail-processor/compare/2.11.0...2.11.1) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index ae5a7f72..3411452f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.11.1", + "version": "2.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.11.1", + "version": "2.12.0", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index 5a40e980..0591c7a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.11.1", + "version": "2.12.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",