Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.9.0](2.8.0...2.9.0) (2024-05-04)

### Bug Fixes

* linter errors + docs ([488696e](488696e))

### Features

* add log tracing + major log refactoring ([e44f7d0](e44f7d0))
* advanced log sheet logging + example updates ([31d8c46](31d8c46))
* enable context meta as field names + refactoring + docs ([17f9959](17f9959))
  • Loading branch information
semantic-release-bot committed May 4, 2024
1 parent 488696e commit 282357f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [2.9.0](https://github.com/ahochsteger/gmail-processor/compare/2.8.0...2.9.0) (2024-05-04)


### Bug Fixes

* linter errors + docs ([488696e](https://github.com/ahochsteger/gmail-processor/commit/488696e925a51403f63133708ef140a7c73ab3db))


### Features

* add log tracing + major log refactoring ([e44f7d0](https://github.com/ahochsteger/gmail-processor/commit/e44f7d002f36f793d868db994664b61c25136c82))
* advanced log sheet logging + example updates ([31d8c46](https://github.com/ahochsteger/gmail-processor/commit/31d8c46dbc47c8f31a9ca1990ed02a31ab565e35))
* enable context meta as field names + refactoring + docs ([17f9959](https://github.com/ahochsteger/gmail-processor/commit/17f9959fd066b8f6dd85118693ef4cc039b61a84))

# [2.8.0](https://github.com/ahochsteger/gmail-processor/compare/2.7.0...2.8.0) (2024-03-17)


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.8.0",
"version": "2.9.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 282357f

Please sign in to comment.