Skip to content

Commit

Permalink
chore(release): 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 24, 2023
1 parent 42aa530 commit 1c1907b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1](https://github.com/Vinzent03/find-unlinked-files/compare/1.9.0...1.9.1) (2023-08-24)


### Bug Fixes

* typo in README ([118d54e](https://github.com/Vinzent03/find-unlinked-files/commit/118d54ef2c66c5521fc0cfb5654d2e864f7ce512))
* work in Obsidian 1.4.0 ([3b7df5d](https://github.com/Vinzent03/find-unlinked-files/commit/3b7df5dd15200ecb7b080d1cb66b6d9baa0dd7f8)), closes [#51](https://github.com/Vinzent03/find-unlinked-files/issues/51)

## [1.9.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.8.1...1.9.0) (2023-03-27)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "find-unlinked-files",
"name": "Find orphaned files and broken links",
"version": "1.9.0",
"version": "1.9.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",
"fundingUrl": "https://ko-fi.com/vinzent",
Expand Down
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.9.0",
"version": "1.9.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 @@ -21,4 +21,4 @@
"typescript": "^5.1.6",
"standard-version": "^9.0.0"
}
}
}

0 comments on commit 1c1907b

Please sign in to comment.