From 0ecf80cd6f4049fc3f68bde17e75d313f8f10384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 05:31:49 +0000 Subject: [PATCH] chore(main): release 2.16.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bcd1939..cec4443c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.16.1](https://github.com/ahochsteger/gmail-processor/compare/v2.16.0...v2.16.1) (2026-01-26) + + +### Bug Fixes + +* **deps:** update libs-non-major ([#571](https://github.com/ahochsteger/gmail-processor/issues/571)) ([d953e21](https://github.com/ahochsteger/gmail-processor/commit/d953e21f7cb75845c6761541cd3d3b2b534cc86e)) +* **deps:** update libs-non-major ([#574](https://github.com/ahochsteger/gmail-processor/issues/574)) ([ac9828f](https://github.com/ahochsteger/gmail-processor/commit/ac9828fa6a2a6d4caf33eef592a43456078422c9)) +* **deps:** update libs-non-major ([#576](https://github.com/ahochsteger/gmail-processor/issues/576)) ([684828b](https://github.com/ahochsteger/gmail-processor/commit/684828bd85146c76db4987e157d9dcf9cafcecd9)) +* **deps:** update libs-non-major ([#582](https://github.com/ahochsteger/gmail-processor/issues/582)) ([5badebe](https://github.com/ahochsteger/gmail-processor/commit/5badebe8ce64b61e2f2d3ca611754249ef6b6afe)) +* upgrade docusaurus-json-schema-plugin from 1.14.0 to 1.15.0 ([d52a366](https://github.com/ahochsteger/gmail-processor/commit/d52a36653abb96c2c1d91ca431b64536cc248345)) + ## [2.16.0](https://github.com/ahochsteger/gmail-processor/compare/v2.15.0...v2.16.0) (2025-07-25) diff --git a/package-lock.json b/package-lock.json index 81525c1c..7f45523a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.16.0", + "version": "2.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.16.0", + "version": "2.16.1", "license": "Apache-2.0", "dependencies": { "@cantoo/pdf-lib": "2.5.3", diff --git a/package.json b/package.json index 4d2130db..25044984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.16.0", + "version": "2.16.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": { "act:ci": "act push",