Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Sep 26, 2022
1 parent 3c633a7 commit 76bee6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.8.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.7.0...1.8.0) (2022-09-26)


### Features

* directory whitelist for broken links ([3c633a7](https://github.com/Vinzent03/find-unlinked-files/commit/3c633a70e27755e5da7c920f4c514b017f6a0bca)), closes [#34](https://github.com/Vinzent03/find-unlinked-files/issues/34)

## [1.7.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.6.1...1.7.0) (2022-09-25)


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.7.0",
"version": "1.8.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",
"authorUrl": "https://github.com/Vinzent03",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-unlinked-files",
"version": "1.7.0",
"version": "1.8.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 Down

0 comments on commit 76bee6f

Please sign in to comment.