From 9f483da1e31a96f273c7e0442ac87d99ff383646 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Aug 2023 07:50:02 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/ahochsteger/gmail-processor/compare/2.0.0...2.0.1) (2023-08-23) ### Bug Fixes * example generation ([1fd5eab](https://github.com/ahochsteger/gmail-processor/commit/1fd5eabe67f2c524e096b45b45f193c103978bb4)) * match processing + improved logging ([16c2ffb](https://github.com/ahochsteger/gmail-processor/commit/16c2ffb6c0d670bac8e944670035cf73b4b99986)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3971c027..c9b8eeb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/ahochsteger/gmail-processor/compare/2.0.0...2.0.1) (2023-08-23) + + +### Bug Fixes + +* example generation ([1fd5eab](https://github.com/ahochsteger/gmail-processor/commit/1fd5eabe67f2c524e096b45b45f193c103978bb4)) +* match processing + improved logging ([16c2ffb](https://github.com/ahochsteger/gmail-processor/commit/16c2ffb6c0d670bac8e944670035cf73b4b99986)) + # [2.0.0](https://github.com/ahochsteger/gmail-processor/compare/1.1.0...2.0.0) (2023-08-22) diff --git a/package-lock.json b/package-lock.json index abdbd59e..b235956e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 9133fc26..d098030a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.0.0", + "version": "2.0.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": { "build": "concurrently 'npm:build:*'",