From 5076c37463602499ed95e3c29afa996dccecbbd1 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Wed, 31 May 2023 21:33:07 +0200 Subject: [PATCH] chore(release): 2.20.1 --- 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 41115617..783da777 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.20.1](https://github.com/denolehov/obsidian-git/compare/2.20.0...2.20.1) (2023-05-31) + + +### Bug Fixes + +* use queue for actions in source control view ([eb20dd4](https://github.com/denolehov/obsidian-git/commit/eb20dd4c93cb6013e9aef1e47f817586261507d5)), closes [#517](https://github.com/denolehov/obsidian-git/issues/517) + ## [2.20.0](https://github.com/denolehov/obsidian-git/compare/2.19.1...2.20.0) (2023-05-17) diff --git a/manifest.json b/manifest.json index 813daf56..1138fb62 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "isDesktopOnly": false, "fundingUrl": "https://ko-fi.com/vinzent", "js": "main.js", - "version": "2.20.0" + "version": "2.20.1" } diff --git a/package.json b/package.json index 50bc2b29..7905eb00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.20.0", + "version": "2.20.1", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {