diff --git a/CHANGELOG.md b/CHANGELOG.md index 400f2d00..e8fe5e75 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. +### [2.2.1](https://github.com/denolehov/obsidian-git/compare/2.2.0...2.2.1) (2022-09-20) + + +### Bug Fixes + +* localstorage migration ([1d9391a](https://github.com/denolehov/obsidian-git/commit/1d9391a970624f03fcc60fb68f3bd8ee450af24b)) + ## [2.2.0](https://github.com/denolehov/obsidian-git/compare/2.1.2...2.2.0) (2022-09-20) diff --git a/manifest.json b/manifest.json index d0a4cb1b..92b5c4db 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "description": "Backup your vault with Git.", "isDesktopOnly": false, "js": "main.js", - "version": "2.2.0" + "version": "2.2.1" } diff --git a/package.json b/package.json index 8dcca454..167dbf21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.2.0", + "version": "2.2.1", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": {