chore(release): cut 1.15.0-beta.1 to verify attestation flow (DIR-12 acceptance)

This commit is contained in:
formax68 2026-05-13 14:56:25 +03:00
parent 0fd30c520a
commit 4696020751
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "memochron",
"name": "MemoChron",
"version": "1.14.0",
"version": "1.15.0-beta.1",
"minAppVersion": "1.8.9",
"description": "Calendar integration and note creation with support for public iCalendar URLs.",
"author": "Michalis Efstratiadis",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "memochron",
"version": "1.14.0",
"version": "1.15.0-beta.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "memochron",
"version": "1.14.0",
"version": "1.15.0-beta.1",
"license": "MIT",
"dependencies": {
"ical.js": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "memochron",
"version": "1.14.0",
"version": "1.15.0-beta.1",
"description": "Calendar integration and note creation plugin for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -42,5 +42,6 @@
"1.12.1": "1.8.9",
"1.13.0": "1.8.9",
"1.13.1": "1.8.9",
"1.14.0": "1.8.9"
"1.14.0": "1.8.9",
"1.15.0-beta.1": "1.8.9"
}