mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 05:45:44 +00:00
chore(release): cut 1.15.0-beta.1 to verify attestation flow (DIR-12 acceptance)
This commit is contained in:
parent
0fd30c520a
commit
4696020751
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue