Skip to content

Commit d7019cc

Browse files
committed
chore(release): bump version to 1.2.0
1 parent d640fd3 commit d7019cc

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "yaos",
33
"name": "YAOS",
4-
"version": "1.1.6",
4+
"version": "1.2.0",
55
"minAppVersion": "1.5.0",
66
"description": "Real-time collaborative vault sync across devices using Yjs CRDTs and Cloudflare Workers.",
77
"author": "Kavin",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaos",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "Real-time collaborative Obsidian sync across devices using Yjs CRDTs and Cloudflare Durable Objects.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"1.0.0": "1.5.0",
1010
"1.1.0": "1.5.0",
1111
"1.1.5": "1.5.0",
12-
"1.1.6": "1.5.0"
12+
"1.1.6": "1.5.0",
13+
"1.2.0": "1.5.0"
1314
}

0 commit comments

Comments
 (0)