From 70b43afe209741e7a94ee66e04140eead46d5e12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Oct 2023 21:52:25 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/ahochsteger/gmail-processor/compare/2.3.0...2.3.1) (2023-10-12) ### Bug Fixes * error on add label action ([1c95098](https://github.com/ahochsteger/gmail-processor/commit/1c950987ee66506c680a31e358b2018d89b78c26)), closes [#150](https://github.com/ahochsteger/gmail-processor/issues/150) --- 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 e76856d4..97520dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/ahochsteger/gmail-processor/compare/2.3.0...2.3.1) (2023-10-12) + + +### Bug Fixes + +* error on add label action ([1c95098](https://github.com/ahochsteger/gmail-processor/commit/1c950987ee66506c680a31e358b2018d89b78c26)), closes [#150](https://github.com/ahochsteger/gmail-processor/issues/150) + # [2.3.0](https://github.com/ahochsteger/gmail-processor/compare/2.2.0...2.3.0) (2023-10-12) diff --git a/package-lock.json b/package-lock.json index f0722ff7..43b73fe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 83c24241..ea442f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.3.0", + "version": "2.3.1", "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",