Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.17.2"
".": "2.17.3"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.17.3](https://github.com/ahochsteger/gmail-processor/compare/v2.17.2...v2.17.3) (2026-05-02)


### Maintenance

* **ci:** optimize pipeline with artifact reuse and job renaming ([b53e9d9](https://github.com/ahochsteger/gmail-processor/commit/b53e9d9867884f62dfa882d79a3b6ab8467f1f03))
* **deps:** update dependency knip to v6.6.3 ([#681](https://github.com/ahochsteger/gmail-processor/issues/681)) ([8b9a3a9](https://github.com/ahochsteger/gmail-processor/commit/8b9a3a9fd7464402290e292e388b37cf304d4a10))
* **deps:** update deps:docs-non-major ([#678](https://github.com/ahochsteger/gmail-processor/issues/678)) ([28d0fd0](https://github.com/ahochsteger/gmail-processor/commit/28d0fd080548ddc0c40386dca4339b8d1c86415c))
* **deps:** update deps:lib-non-major ([#677](https://github.com/ahochsteger/gmail-processor/issues/677)) ([5a251f1](https://github.com/ahochsteger/gmail-processor/commit/5a251f10cef7b93504e0cea0e6b41613d4e219ab))
* **deps:** update github artifact actions ([#679](https://github.com/ahochsteger/gmail-processor/issues/679)) ([d346a7f](https://github.com/ahochsteger/gmail-processor/commit/d346a7f962dea2b05c97a40439b9965859ddd25d))
* **release:** harden release notes prompt against hallucinations ([cb1789c](https://github.com/ahochsteger/gmail-processor/commit/cb1789cc6f55d1a025ccc8d988833e36833a728e))


### CI/CD Pipeline

* modernize release pipeline and maintenance workflows ([a7e0a5a](https://github.com/ahochsteger/gmail-processor/commit/a7e0a5a321cf65e36647c62f283d6e202b82f4c0))

## [2.17.2](https://github.com/ahochsteger/gmail-processor/compare/v2.17.1...v2.17.2) (2026-04-25)


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.17.2",
"version": "2.17.3",
"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": {
"all:audit-security": "npx concurrently 'npm:audit:security:*'",
Expand Down
Loading