From c1d5798b9a3c6f8eaaff8ee611b97bba9415cb95 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Sun, 28 Aug 2022 15:08:25 +0200 Subject: [PATCH] chore(release): 1.31.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de490d57..7d49b6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 540a3bf0..accbcaa7 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with git.", "isDesktopOnly": true, "js": "main.js", - "version": "1.30.0" + "version": "1.31.0" } diff --git a/package.json b/package.json index 6f73d285..b44dc949 100644 --- a/package.json +++ b/package.json @@ -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": {