Skip to content

Commit

Permalink
chore(release): 2.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.1](2.6.0...2.6.1) (2024-02-17)

### Bug Fixes

* broken file content in updateExistingFile() ([8704586](8704586))
* getBlob is not a function error ([056290d](056290d))
  • Loading branch information
semantic-release-bot committed Feb 17, 2024
1 parent b6e30cd commit d49d269
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d49d269

Please sign in to comment.