Skip to content

Commit

Permalink
chore(release): 2.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.4](2.0.3...2.0.4) (2023-09-03)

### Bug Fixes

* logger uses wrong console log levels ([a40407d](a40407d))
* TypeError on empty message subjects ([9976e45](9976e45)), closes [#105](#105)
  • Loading branch information
semantic-release-bot committed Sep 3, 2023
1 parent 3b28774 commit 8be570e
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.0.4](https://github.com/ahochsteger/gmail-processor/compare/2.0.3...2.0.4) (2023-09-03)


### Bug Fixes

* logger uses wrong console log levels ([a40407d](https://github.com/ahochsteger/gmail-processor/commit/a40407de54ff91fb41af4002bf74ad3ddcc89ee6))
* TypeError on empty message subjects ([9976e45](https://github.com/ahochsteger/gmail-processor/commit/9976e45c19c93471b9ede504d575ecaac6016ef4)), closes [#105](https://github.com/ahochsteger/gmail-processor/issues/105)

## [2.0.3](https://github.com/ahochsteger/gmail-processor/compare/2.0.2...2.0.3) (2023-08-27)


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.0.3",
"version": "2.0.4",
"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:*'",
Expand Down

0 comments on commit 8be570e

Please sign in to comment.