From 8eb94b250561c7069fa1666358c007a9615b6104 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Mon, 3 Jul 2023 05:02:25 -0500 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfeabc..c1ebb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +# [0.4.0](https://github.com/mahyarmirrashed/yaos/compare/0.3.0...0.4.0) (2023-07-03) + + +### Features + +* add command to show conflicting files modal ([76fcd60](https://github.com/mahyarmirrashed/yaos/commit/76fcd6021ac437252a7e69d240a8bbf1231552da)) +* add modal for displaying conflicting files ([a3bf15f](https://github.com/mahyarmirrashed/yaos/commit/a3bf15f0ed918621244a5086909cba69f4cd8c2f)) +* add notice when vault successfully backs up ([104c154](https://github.com/mahyarmirrashed/yaos/commit/104c15453038f925c94242a6ca0c8cb3aad57c99)) +* use simple git api to get list of conflicting files ([763774f](https://github.com/mahyarmirrashed/yaos/commit/763774f46b9028ab2c486931ca6bb392537c4a5f)) + # [0.3.0](https://github.com/mahyarmirrashed/yaos/compare/0.2.0...0.3.0) (2023-07-03) diff --git a/package.json b/package.json index 92bfa2b..e420af1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yaos", - "version": "0.3.0", + "version": "0.4.0", "description": "Yet Another Obsidian Synchronizer", "main": "main.js", "repository": "git@github.com:mahyarmirrashed/yaos.git",