Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Mar 27, 2023
1 parent aa2aa0b commit fc16a75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -24,4 +24,4 @@
"typescript": "4.0.3",
"standard-version": "^9.0.0"
}
}
}

0 comments on commit fc16a75

Please sign in to comment.