release: v1.11.0 - attendee filtering by name or email

This commit is contained in:
Michalis Efstratiadis 2026-01-26 16:30:46 +02:00
parent 8a1d18b91f
commit 99490fa89f
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}