Skip to content

Commit 203f34d

Browse files
committed
chore(release): 1.8.0
1 parent 93930e0 commit 203f34d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.8.0](https://github.com/denolehov/obsidian-git/compare/1.7.0...1.8.0) (2021-03-31)
6+
7+
8+
### Features
9+
10+
* open not supported files in changed files modal in default app ([93930e0](https://github.com/denolehov/obsidian-git/commit/93930e079384d0ae2ed165e94241dc1d0acee82a))
11+
512
## [1.7.0](https://github.com/denolehov/obsidian-git/compare/1.6.1...1.7.0) (2021-03-24)
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.7.0"
7+
"version": "1.8.0"
88
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-git",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Backup your Obsidian (https://obsidian.md) vault with git",
55
"main": "main.js",
66
"scripts": {
@@ -27,6 +27,8 @@
2727
"typescript": "^4.0.3"
2828
},
2929
"dependencies": {
30+
"@isomorphic-git/lightning-fs": "4.4.1",
31+
"isomorphic-git": "^1.8.1",
3032
"simple-git": "^2.21.0",
3133
"supports-color": "^7.2.0"
3234
}

0 commit comments

Comments
 (0)