Skip to content

Commit d83cccc

Browse files
committed
chore(release): 2.20.2
1 parent 80c0b65 commit d83cccc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [2.20.2](https://github.com/denolehov/obsidian-git/compare/2.20.1...2.20.2) (2023-06-02)
6+
7+
8+
### Bug Fixes
9+
10+
* hide line authoring settings on mobile ([c135c0b](https://github.com/denolehov/obsidian-git/commit/c135c0b49cd0cc8033ea40f64e6f922702375aa0))
11+
* properly resolve merge conflict ([80c0b65](https://github.com/denolehov/obsidian-git/commit/80c0b65f8d0d8dc8dbddff61118bd79733ffce94)), closes [#502](https://github.com/denolehov/obsidian-git/issues/502)
12+
513
### [2.20.1](https://github.com/denolehov/obsidian-git/compare/2.20.0...2.20.1) (2023-05-31)
614

715

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"isDesktopOnly": false,
66
"fundingUrl": "https://ko-fi.com/vinzent",
77
"js": "main.js",
8-
"version": "2.20.1"
8+
"version": "2.20.2"
99
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-git",
3-
"version": "2.20.1",
3+
"version": "2.20.2",
44
"description": "Backup your Obsidian (https://obsidian.md) vault with git",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)