Skip to content

Commit d145cfe

Browse files
chore(release): 2.0.0-beta.4 [skip ci]
# [2.0.0-beta.4](2.0.0-beta.3...2.0.0-beta.4) (2023-08-20) ### Bug Fixes * ci workflow + release config ([49ae903](49ae903)) * release command in workflow ([203a66c](203a66c))
1 parent 203a66c commit d145cfe

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Changelog
2+
3+
# [2.0.0-beta.4](https://github.com/ahochsteger/gmail-processor/compare/2.0.0-beta.3...2.0.0-beta.4) (2023-08-20)
4+
5+
6+
### Bug Fixes
7+
8+
* ci workflow + release config ([49ae903](https://github.com/ahochsteger/gmail-processor/commit/49ae903807efa979468c43f86f5402fbaa0c279c))
9+
* release command in workflow ([203a66c](https://github.com/ahochsteger/gmail-processor/commit/203a66cbb18bf98d12409af16011b1c29c8c73f0))
10+
111
Changelog
212

313
# [2.0.0-beta.3](https://github.com/ahochsteger/gmail-processor/compare/2.0.0-beta.2...2.0.0-beta.3) (2023-08-20)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmail-processor",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"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.",
55
"scripts": {
66
"build": "concurrently 'npm:build:*'",

0 commit comments

Comments
 (0)