Skip to content

Commit 57cfd73

Browse files
committed
chore(release): 1.9.1
1 parent e3f559c commit 57cfd73

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [1.9.1](https://github.com/denolehov/obsidian-git/compare/1.9.0...1.9.1) (2021-05-07)
6+
7+
8+
### Bug Fixes
9+
10+
* init slowed Obsidian startup time down ([e3f559c](https://github.com/denolehov/obsidian-git/commit/e3f559c14b54ef97eb8d07397d8b92250eeb3d62)), closes [#72](https://github.com/denolehov/obsidian-git/issues/72)
11+
512
## [1.9.0](https://github.com/denolehov/obsidian-git/compare/1.8.1...1.9.0) (2021-05-02)
613

714

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"description": "Backup your vault with git.",
55
"isDesktopOnly": true,
66
"js": "main.js",
7-
"version": "1.9.0"
7+
"version": "1.9.1"
88
}

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": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Backup your Obsidian (https://obsidian.md) vault with git",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)