diff --git a/CHANGELOG.md b/CHANGELOG.md index 0141aec..975ef3d 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.1.1](https://github.com/kometenstaub/obsidian-version-history-diff/compare/2.1.0...2.1.1) (2023-09-15) + + +### Bug Fixes + +* only show old name before rename ([795c84e](https://github.com/kometenstaub/obsidian-version-history-diff/commit/795c84ee00d7e09749bab0cde0172d6483a052c8)) + ## [2.1.0](https://github.com/kometenstaub/obsidian-version-history-diff/compare/2.0.9...2.1.0) (2023-02-25) diff --git a/manifest.json b/manifest.json index fb774e3..f57b0b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-version-history-diff", "name": "Version History Diff", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "1.1.7", "description": "Diff the version history of the core Sync and File Recovery plugins and Git. Adds a command to open the core Sync version history as well.", "author": "kometenstaub", diff --git a/package.json b/package.json index 96ca614..96a2ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-version-history", - "version": "2.1.0", + "version": "2.1.1", "description": "Display diffs of the version history from the core Sync and File Recovery plugins and Git.", "main": "src/main.ts", "scripts": {