diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f479bd..2a74134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.9.1...1.10.0) (2024-03-13) + + +### Features + +* Include canvas files when determining orphans ([#53](https://github.com/Vinzent03/find-unlinked-files/issues/53)) ([56900fe](https://github.com/Vinzent03/find-unlinked-files/commit/56900fe43f34a15405e629318eda563b64217db3)) + + +### Bug Fixes + +* respect frontmatter links ([bb1b21b](https://github.com/Vinzent03/find-unlinked-files/commit/bb1b21b7725b7bc3f8ad1cc2817fcfde9002f15e)) + ### [1.9.1](https://github.com/Vinzent03/find-unlinked-files/compare/1.9.0...1.9.1) (2023-08-24) diff --git a/manifest.json b/manifest.json index eff8a67..a34bec7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "find-unlinked-files", "name": "Find orphaned files and broken links", - "version": "1.9.1", + "version": "1.10.0", "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", "fundingUrl": "https://ko-fi.com/vinzent", diff --git a/package.json b/package.json index 82ee89c..4b5802a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-unlinked-files", - "version": "1.9.1", + "version": "1.10.0", "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": {