diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc06fe3..b8a29782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.9.3](https://github.com/denolehov/obsidian-git/compare/2.9.2...2.9.3) (2022-11-03) + ### [2.9.2](https://github.com/denolehov/obsidian-git/compare/2.9.1...2.9.2) (2022-11-02) diff --git a/manifest.json b/manifest.json index 01d890b1..1fedc8d0 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with Git.", "isDesktopOnly": false, "js": "main.js", - "version": "2.9.2" + "version": "2.9.3" } diff --git a/package.json b/package.json index d7c3c2eb..dac68013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.9.2", + "version": "2.9.3", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {