From 58183202d70702ac650af7a6ebdb5436fca7d9d4 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Tue, 6 Sep 2022 21:16:57 +0200 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42922f71..f65beb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.3](https://github.com/denolehov/obsidian-git/compare/2.0.2...2.0.3) (2022-09-06) + + +### Bug Fixes + +* don't show mobile notice on new installation ([218f002](https://github.com/denolehov/obsidian-git/commit/218f002f433ec3a69f92ebfdf1876c50cd99e85c)) + ### [2.0.2](https://github.com/denolehov/obsidian-git/compare/2.0.1...2.0.2) (2022-09-06) diff --git a/manifest.json b/manifest.json index c0db83b3..dfc8ed6a 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with Git.", "isDesktopOnly": false, "js": "main.js", - "version": "2.0.2" + "version": "2.0.3" } diff --git a/package.json b/package.json index c9bfad76..18840992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.0.2", + "version": "2.0.3", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {