Skip to content

Commit ac2cf43

Browse files
committed
chore(release): 1.10.1
1 parent af44099 commit ac2cf43

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.10.1](https://github.com/Vinzent03/find-unlinked-files/compare/1.10.0...1.10.1) (2024-08-12)
6+
7+
8+
### Bug Fixes
9+
10+
* handle empty canvas file ([af44099](https://github.com/Vinzent03/find-unlinked-files/commit/af4409990682ebb7152cfa33d90befa1fe9715e9)), closes [#66](https://github.com/Vinzent03/find-unlinked-files/issues/66)
11+
512
## [1.10.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.9.1...1.10.0) (2024-03-13)
613

714

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "find-unlinked-files",
33
"name": "Find orphaned files and broken links",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
66
"author": "Vinzent",
77
"fundingUrl": "https://ko-fi.com/vinzent",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-unlinked-files",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)