diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cc75f09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +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.6.1](https://github.com/Vinzent03/find-unlinked-files/compare/1.6.0...1.6.1) (2022-08-08) diff --git a/manifest.json b/manifest.json index a271583..e562643 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "find-unlinked-files", "name": "Find orphaned files and broken links", - "version": "1.6.0", + "version": "1.6.1", "description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index 16b095a..553c9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-unlinked-files", - "version": "1.6.0", + "version": "1.6.1", "description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.", "main": "main.js", "scripts": { @@ -24,4 +24,4 @@ "typescript": "4.0.3", "standard-version": "^9.0.0" } -} \ No newline at end of file +}