From 7bf08193382b208d6d8adf73d01d74843dd96bd7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 3 May 2026 19:10:04 +0000 Subject: [PATCH] 0.8.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302b72c..d1b0284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.8.1 (2026-05-03) + +### Bug Fixes + +- Downgrade eslint to ^9 and typescript to ^5 for eslint-config-next compatibility + ([`f39241a`](https://github.com/christianlouis/InboxConverge/commit/f39241a547662fa8ae4ad408d2565ff0e50d9d55)) + +### Chores + +- **deps**: Bump react and @types/react in /frontend + ([`00d06c6`](https://github.com/christianlouis/InboxConverge/commit/00d06c63de26f0bbbb5184ba219ad6b02eec4ec8)) + + ## v0.8.0 (2026-05-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 14bc0b3..2075c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inboxconverge" -version = "0.8.0" +version = "0.8.1" description = "Multi-account email forwarding and processing service" readme = "README.md" requires-python = ">=3.12"