Skip to content

Commit 331bacb

Browse files
committed
chore(release): 1.7.0
1 parent 3ccf112 commit 331bacb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.7.0](https://github.com/Vinzent03/find-unlinked-files/compare/1.6.1...1.7.0) (2022-09-25)
6+
7+
8+
### Features
9+
10+
* create files of broken links ([a86d795](https://github.com/Vinzent03/find-unlinked-files/commit/a86d795f2d4540c5d1094eeb5a4249cf1b69b35f)), closes [#34](https://github.com/Vinzent03/find-unlinked-files/issues/34)
11+
* find empty files ([cf7a058](https://github.com/Vinzent03/find-unlinked-files/commit/cf7a058286f2f7e1e22d8d2fb5c83152d23e013f)), closes [#30](https://github.com/Vinzent03/find-unlinked-files/issues/30)
12+
513
### [1.6.1](https://github.com/Vinzent03/find-unlinked-files/compare/1.6.0...1.6.1) (2022-08-08)
614

715
### Bug Fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "find-unlinked-files",
33
"name": "Find orphaned files and broken links",
4-
"version": "1.6.1",
4+
"version": "1.7.0",
55
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
66
"author": "Vinzent",
77
"authorUrl": "https://github.com/Vinzent03",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-unlinked-files",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
55
"main": "main.js",
66
"scripts": {
@@ -24,4 +24,4 @@
2424
"typescript": "4.0.3",
2525
"standard-version": "^9.0.0"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)