From fc16a75a4f25acd986a1a68cb5a4d8fb4010434f Mon Sep 17 00:00:00 2001 From: Vinzent Date: Mon, 27 Mar 2023 16:31:41 +0200 Subject: [PATCH] chore(release): 1.9.0 --- CHANGELOG.md | 7 +++++++ manifest.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876a788..822b2ce 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. +## [1.9.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.8.1...1.9.0) (2023-03-27) + + +### Features + +* sort orphaned files by size ([aa2aa0b](https://github.com/Vinzent03/find-unlinked-files/commit/aa2aa0b39c884119efbc8c6d78e9d56c15fc8330)), closes [#40](https://github.com/Vinzent03/find-unlinked-files/issues/40) + ## [1.8.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.7.0...1.8.0) (2022-09-26) diff --git a/manifest.json b/manifest.json index 746a388..03a92ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "find-unlinked-files", "name": "Find orphaned files and broken links", - "version": "1.8.1", + "version": "1.9.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", "authorUrl": "https://github.com/Vinzent03", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index df7c411..80513ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-unlinked-files", - "version": "1.8.1", + "version": "1.9.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": { @@ -24,4 +24,4 @@ "typescript": "4.0.3", "standard-version": "^9.0.0" } -} \ No newline at end of file +}