diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f89bbb..4f6ceba0 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.10.2](https://github.com/denolehov/obsidian-git/compare/2.10.1...2.10.2) (2022-11-17) + + +### Bug Fixes + +* focus diff view via command ([e56641c](https://github.com/denolehov/obsidian-git/commit/e56641c25f9672fcffeb0801f09ca7eadf99ede0)), closes [#377](https://github.com/denolehov/obsidian-git/issues/377) + ### [2.10.1](https://github.com/denolehov/obsidian-git/compare/2.10.0...2.10.1) (2022-11-13) diff --git a/manifest.json b/manifest.json index 808c2a42..dbe59e9c 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with Git.", "isDesktopOnly": false, "js": "main.js", - "version": "2.10.1" + "version": "2.10.2" } diff --git a/package.json b/package.json index 2dbfe457..ca45b6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.10.1", + "version": "2.10.2", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {