Skip to content

Commit

Permalink
chore(release): 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 28, 2022
1 parent c454b9d commit c1d5798
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [1.31.0](https://github.com/denolehov/obsidian-git/compare/1.30.0...1.31.0) (2022-08-28)


### Features

* command to backup and close Obsidian ([c144d80](https://github.com/denolehov/obsidian-git/commit/c144d80e719fae5d3aba6f0ff5535172993a2c69)), closes [#13](https://github.com/denolehov/obsidian-git/issues/13)


### Bug Fixes

* don't show push notice on empty push ([9986667](https://github.com/denolehov/obsidian-git/commit/998666778ed07f380b6a4057afc33ca637c472c7))
* push thought current conflict ([ffc76c2](https://github.com/denolehov/obsidian-git/commit/ffc76c281cf67b4a85bc21d377d79677004025b4))
* set upstream branch for existing remote branch ([c454b9d](https://github.com/denolehov/obsidian-git/commit/c454b9d7ae3323e5c9f4e758e139e97eb85ec40e)), closes [/github.com/denolehov/obsidian-git/issues/224#issuecomment-1229136511](https://github.com/denolehov//github.com/denolehov/obsidian-git/issues/224/issues/issuecomment-1229136511)

## [1.30.0](https://github.com/denolehov/obsidian-git/compare/1.29.2...1.30.0) (2022-08-24)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "Backup your vault with git.",
"isDesktopOnly": true,
"js": "main.js",
"version": "1.30.0"
"version": "1.31.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-git",
"version": "1.30.0",
"version": "1.31.0",
"description": "Backup your Obsidian (https://obsidian.md) vault with git",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c1d5798

Please sign in to comment.