From 5a10b0bd9fa2187552d37431aea72b25ee1fca41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Aug 2023 08:38:39 +0000 Subject: [PATCH] chore(release): 2.0.0-beta.8 [skip ci] # [2.0.0-beta.8](https://github.com/ahochsteger/gmail-processor/compare/2.0.0-beta.7...2.0.0-beta.8) (2023-08-22) ### Bug Fixes * github pages deployment ([a9f08c8](https://github.com/ahochsteger/gmail-processor/commit/a9f08c847a52e90ff5c70498c086ad4e755c5adc)) --- 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 8950433f..67928cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.0.0-beta.8](https://github.com/ahochsteger/gmail-processor/compare/2.0.0-beta.7...2.0.0-beta.8) (2023-08-22) + + +### Bug Fixes + +* github pages deployment ([a9f08c8](https://github.com/ahochsteger/gmail-processor/commit/a9f08c847a52e90ff5c70498c086ad4e755c5adc)) + # [2.0.0-beta.7](https://github.com/ahochsteger/gmail-processor/compare/2.0.0-beta.6...2.0.0-beta.7) (2023-08-22) diff --git a/package-lock.json b/package-lock.json index 13c542ad..a941e048 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.0.0-beta.7", + "version": "2.0.0-beta.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.0.0-beta.7", + "version": "2.0.0-beta.8", "license": "Apache-2.0", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 1a85ef88..6709d012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.0.0-beta.7", + "version": "2.0.0-beta.8", "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:*'",