diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b4d97e..396d58d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/ahochsteger/gmail-processor/compare/2.4.0...2.4.1) (2023-11-29) + + +### Bug Fixes + +* revert "build(deps-dev): bump typescript from 5.2.2 to 5.3.2" ([7eee818](https://github.com/ahochsteger/gmail-processor/commit/7eee818e5b433ba88e0a1186818cb88a73ad42c5)) + # [2.4.0](https://github.com/ahochsteger/gmail-processor/compare/2.3.2...2.4.0) (2023-10-13) diff --git a/package-lock.json b/package-lock.json index 6b546d3a..aabdd424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gmail-processor", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gmail-processor", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "dependencies": { "ajv": "^8.12.0", diff --git a/package.json b/package.json index 0e8b8eed..0232e460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gmail-processor", - "version": "2.4.0", + "version": "2.4.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",