Skip to content

Commit fb1ed70

Browse files
committed
chore(release): 0.0.3
1 parent 2737940 commit fb1ed70

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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+
### [0.0.3](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.2...0.0.3) (2020-11-17)
6+
7+
8+
### Features
9+
10+
* configure non-strict line breaks ([6550c55](https://github.com/aviskase/obsidian-link-indexer/commit/6550c5597421904221ee0b9b1d42500b8ef502b8)), closes [#9](https://github.com/aviskase/obsidian-link-indexer/issues/9)
11+
* support unlinked indexes ([2737940](https://github.com/aviskase/obsidian-link-indexer/commit/2737940a36b1d9d9d1b1b390a2008ee5eaad8b02)), closes [#9](https://github.com/aviskase/obsidian-link-indexer/issues/9)
12+
513
### [0.0.2](https://github.com/aviskase/obsidian-link-indexer/compare/v0.0.1...v0.0.2) (2020-11-13)
614

715
### 0.0.1 (2020-11-13)

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.0.2",
6+
"version": "0.0.3",
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.0.2",
4+
"version": "0.0.3",
55
"description": "Generate index notes for Obsidian with links based on various conditions",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)