Skip to content

Commit

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

### Bug Fixes

* wrong backslash escape handling ([fd39b72](fd39b72))

### Features

* add file conversion using drive v2 ([ce31693](ce31693))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent fd39b72 commit 94229dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [2.6.0](https://github.com/ahochsteger/gmail-processor/compare/2.5.0...2.6.0) (2024-02-09)


### Bug Fixes

* wrong backslash escape handling ([fd39b72](https://github.com/ahochsteger/gmail-processor/commit/fd39b72aca7c9563afc0b16fa5adfcc794ea9321))


### Features

* add file conversion using drive v2 ([ce31693](https://github.com/ahochsteger/gmail-processor/commit/ce31693079a7092fcd98950917316dbf936e71c2))

# [2.5.0](https://github.com/ahochsteger/gmail-processor/compare/2.4.2...2.5.0) (2024-02-06)


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.5.0",
"version": "2.6.0",
"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 94229dd

Please sign in to comment.