From 99490fa89f2b2ae0b1f504f591a45a07dd674ade Mon Sep 17 00:00:00 2001 From: Michalis Efstratiadis Date: Mon, 26 Jan 2026 16:30:46 +0200 Subject: [PATCH] release: v1.11.0 - attendee filtering by name or email --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a126c8a..4ba0401 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memochron", "name": "MemoChron", - "version": "1.10.1", + "version": "1.11.0", "minAppVersion": "1.8.9", "description": "Calendar integration and note creation with support for public iCalendar URLs", "author": "Michalis Efstratiadis", diff --git a/package.json b/package.json index f2516c3..9d64dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memochron", - "version": "1.10.0", + "version": "1.11.0", "description": "Calendar integration and note creation plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f0c75b7..9048a31 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "1.8.5": "1.8.9", "1.8.6": "1.8.9", "1.10.0": "1.8.9", - "1.10.1": "1.8.9" + "1.10.1": "1.8.9", + "1.11.0": "1.8.9" }