Skip to content

Commit 070287b

Browse files
committed
chore(release): 1.0.0
1 parent dcab441 commit 070287b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.0](https://github.com/aviskase/obsidian-link-indexer/compare/0.1.1...1.0.0) (2020-12-05)
6+
7+
8+
### Features
9+
10+
* exclude by globs ([dcab441](https://github.com/aviskase/obsidian-link-indexer/commit/dcab441d32e463cb05004136b305bd1aaf5cf878)), closes [#11](https://github.com/aviskase/obsidian-link-indexer/issues/11)
11+
512
### [0.1.1](https://github.com/aviskase/obsidian-link-indexer/compare/0.1.0...0.1.1) (2020-12-01)
613

714

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Link indexer",
44
"description": "Generate index notes with links based on various conditions",
55
"isDesktopOnly": false,
6-
"version": "0.1.1",
6+
"version": "1.0.0",
77
"minAppVersion": "0.9.12",
88
"author": "Yuliya Bagriy",
99
"authorUrl": "https://github.com/aviskase",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-link-indexer",
33
"author": "Yuliya Bagriy <[email protected]>",
4-
"version": "0.1.1",
4+
"version": "1.0.0",
55
"description": "Generate index notes for Obsidian with links based on various conditions",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)