From f4ae4981e43cc8d9b806dd83b0a8a58de318ff4a Mon Sep 17 00:00:00 2001 From: Vinzent Date: Sun, 5 Mar 2023 10:41:47 +0100 Subject: [PATCH] chore(release): 2.17.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807eb5b6..8af8dede 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.17.1](https://github.com/denolehov/obsidian-git/compare/2.17.0...2.17.1) (2023-03-05) + + +### Bug Fixes + +* show missing repo message ([70a6464](https://github.com/denolehov/obsidian-git/commit/70a64640f3b21fe61bbdaf0b6215d2878df732be)) + ## [2.17.0](https://github.com/denolehov/obsidian-git/compare/2.16.0...2.17.0) (2023-02-25) diff --git a/manifest.json b/manifest.json index c89a63dc..12befa56 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "isDesktopOnly": false, "fundingUrl": "https://ko-fi.com/vinzent", "js": "main.js", - "version": "2.17.0" + "version": "2.17.1" } diff --git a/package.json b/package.json index 4ab82fe6..fb1a4303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.17.0", + "version": "2.17.1", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": { @@ -55,4 +55,4 @@ "ts", "svelte" ] -} \ No newline at end of file +}