Skip to content

Commit

Permalink
chore(release): 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 8, 2022
1 parent 64cdb0a commit c9c209a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
}
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.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": {
Expand All @@ -24,4 +24,4 @@
"typescript": "4.0.3",
"standard-version": "^9.0.0"
}
}
}

0 comments on commit c9c209a

Please sign in to comment.