From f823437f80d5997536f6910677123844bfcdd38f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 May 2024 19:17:33 +0000 Subject: [PATCH] chore(release): 2.10.0 [skip ci] # [2.10.0](https://github.com/ahochsteger/gmail-processor/compare/2.9.0...2.10.0) (2024-05-10) ### Features * add ordering of threads/messages/attachments ([3dfbdbb](https://github.com/ahochsteger/gmail-processor/commit/3dfbdbbcd989e96da1b2e6c008c4b04f124e43e9)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5908152e..f4d338ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.10.0](https://github.com/ahochsteger/gmail-processor/compare/2.9.0...2.10.0) (2024-05-10) + + +### Features + +* add ordering of threads/messages/attachments ([3dfbdbb](https://github.com/ahochsteger/gmail-processor/commit/3dfbdbbcd989e96da1b2e6c008c4b04f124e43e9)) + # [2.9.0](https://github.com/ahochsteger/gmail-processor/compare/2.8.0...2.9.0) (2024-05-04) diff --git a/package-lock.json b/package-lock.json index 802ae5bb..641b106b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index 18dc235b..242441fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.9.0", + "version": "2.10.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",