From 87a15627265ac6b6441a52b029b86d61314f533c Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Sat, 28 Oct 2023 14:21:59 -0500 Subject: [PATCH] chore(release): 0.6.3 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77403a8..dc5bd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.6.3](https://github.com/mahyarmirrashed/yaos/compare/0.6.2...0.6.3) (2023-10-28) + ## [0.6.2](https://github.com/mahyarmirrashed/yaos/compare/0.6.1...0.6.2) (2023-10-28) diff --git a/manifest.json b/manifest.json index eea6afd..473efc9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "yet-another-obsidian-synchronizer", "name": "Yet Another Obsidian Synchronizer", "description": "This is yet another obsidian synchronizer that uses Git to synchronize your vault contents across devices.", - "version": "0.6.2", + "version": "0.6.3", "minAppVersion": "0.15.0", "author": "Mahyar Mirrashed", "authorUrl": "https://github.com/mahyarmirrashed", diff --git a/package.json b/package.json index 49caa65..346f62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yaos", - "version": "0.6.2", + "version": "0.6.3", "description": "Yet Another Obsidian Synchronizer", "main": "main.js", "repository": "git@github.com:mahyarmirrashed/yaos.git", diff --git a/versions.json b/versions.json index 7596a6e..c6e3dd7 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.5.0": "0.15.0", "0.6.0": "0.15.0", "0.6.1": "0.15.0", - "0.6.2": "0.15.0" + "0.6.2": "0.15.0", + "0.6.3": "0.15.0" } \ No newline at end of file