Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](2.0.0...2.0.1) (2023-08-23)

### Bug Fixes

* example generation ([1fd5eab](1fd5eab))
* match processing + improved logging ([16c2ffb](16c2ffb))
  • Loading branch information
semantic-release-bot committed Aug 23, 2023
1 parent 16c2ffb commit 9f483da
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.1](https://github.com/ahochsteger/gmail-processor/compare/2.0.0...2.0.1) (2023-08-23)


### Bug Fixes

* example generation ([1fd5eab](https://github.com/ahochsteger/gmail-processor/commit/1fd5eabe67f2c524e096b45b45f193c103978bb4))
* match processing + improved logging ([16c2ffb](https://github.com/ahochsteger/gmail-processor/commit/16c2ffb6c0d670bac8e944670035cf73b4b99986))

# [2.0.0](https://github.com/ahochsteger/gmail-processor/compare/1.1.0...2.0.0) (2023-08-22)


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.0",
"version": "2.0.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": {
"build": "concurrently 'npm:build:*'",
Expand Down

0 comments on commit 9f483da

Please sign in to comment.