Skip to content

Commit

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

### Bug Fixes

* downgrade date-fns to 2.30.0 ([493254a](493254a))
* wrong escape handling in generated docs ([6dc0777](6dc0777))

### Features

* support date expressions in substitutions ([0ec7d1b](0ec7d1b))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent ebf0e04 commit 5077f6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# [2.7.0](https://github.com/ahochsteger/gmail-processor/compare/2.6.1...2.7.0) (2024-02-18)


### Bug Fixes

* downgrade date-fns to 2.30.0 ([493254a](https://github.com/ahochsteger/gmail-processor/commit/493254a12288fd6613dc21b1df8a063f96735464))
* wrong escape handling in generated docs ([6dc0777](https://github.com/ahochsteger/gmail-processor/commit/6dc0777627e5e37012ca72299b8b9a7ac568dc78))


### Features

* support date expressions in substitutions ([0ec7d1b](https://github.com/ahochsteger/gmail-processor/commit/0ec7d1b927ff6e3b93c778ad73713b660ebb2138))

## [2.6.1](https://github.com/ahochsteger/gmail-processor/compare/2.6.0...2.6.1) (2024-02-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.6.1",
"version": "2.7.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 5077f6f

Please sign in to comment.