From 58a358d3f246f5bac47780b07c31e6d71d67e49a Mon Sep 17 00:00:00 2001 From: Vinzent Date: Wed, 11 Aug 2021 20:47:18 +0200 Subject: [PATCH] chore(release): 1.10.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71139a6d..f60c4f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10.0](https://github.com/denolehov/obsidian-git/compare/1.9.3...1.10.0) (2021-08-11) + + +### Features + +* add submodules support ([2a4ce6d](https://github.com/denolehov/obsidian-git/commit/2a4ce6d47696cd6667b639c8479b37f61346e9be)), closes [#93](https://github.com/denolehov/obsidian-git/issues/93) + + +### Bug Fixes + +* Changed the branchLocal command to branch with no-color ([dbd93cf](https://github.com/denolehov/obsidian-git/commit/dbd93cfe5f127874a514837577b42b34a07bcf3e)) + ### [1.9.3](https://github.com/denolehov/obsidian-git/compare/1.9.2...1.9.3) (2021-07-13) diff --git a/manifest.json b/manifest.json index 2a88bcc0..8752f25b 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with git.", "isDesktopOnly": true, "js": "main.js", - "version": "1.9.3" + "version": "1.10.0" } diff --git a/package.json b/package.json index 5d6200b2..89cb4094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "1.9.3", + "version": "1.10.0", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {