From 177a0f6af5f1ecf86e2dad4b4f53b5fae3010229 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Sun, 5 Sep 2021 22:59:33 +0200 Subject: [PATCH] chore(release): 1.10.2 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb071243..935becca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/denolehov/obsidian-git/compare/1.10.1...1.10.2) (2021-09-05) + + +### Bug Fixes + +* plugin status bar now displays time from last update (push or pull) ([b835fc3](https://github.com/denolehov/obsidian-git/commit/b835fc3548884dca4084ec37a296ebebf9c9dab7)) + ### [1.10.1](https://github.com/denolehov/obsidian-git/compare/1.10.0...1.10.1) (2021-08-19) diff --git a/manifest.json b/manifest.json index 92956aca..2d714130 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with git.", "isDesktopOnly": true, "js": "main.js", - "version": "1.10.1" + "version": "1.10.2" } diff --git a/package.json b/package.json index 4e6109dd..80a5e1c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "1.10.1", + "version": "1.10.2", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {