diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae22543..83a296b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.1](https://github.com/ahochsteger/gmail-processor/compare/2.6.0...2.6.1) (2024-02-17) + + +### Bug Fixes + +* broken file content in updateExistingFile() ([8704586](https://github.com/ahochsteger/gmail-processor/commit/870458690277273311fdbcfd2834286186bb1f46)) +* getBlob is not a function error ([056290d](https://github.com/ahochsteger/gmail-processor/commit/056290db806a0ae2d89cdafeb0213fe6908e8782)) + # [2.6.0](https://github.com/ahochsteger/gmail-processor/compare/2.5.0...2.6.0) (2024-02-09) diff --git a/package-lock.json b/package-lock.json index 3c74bdf1..1ddc72bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "dependencies": { "addressparser": "^1.0.1", diff --git a/package.json b/package.json index 80046518..8142aef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.6.0", + "version": "2.6.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",