Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskase committed Nov 17, 2020
1 parent 2737940 commit fb1ed70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.

### [0.0.3](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.2...0.0.3) (2020-11-17)


### Features

* 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)
* support unlinked indexes ([2737940](https://github.com/aviskase/obsidian-link-indexer/commit/2737940a36b1d9d9d1b1b390a2008ee5eaad8b02)), closes [#9](https://github.com/aviskase/obsidian-link-indexer/issues/9)

### [0.0.2](https://github.com/aviskase/obsidian-link-indexer/compare/v0.0.1...v0.0.2) (2020-11-13)

### 0.0.1 (2020-11-13)
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Link indexer",
"description": "Generate index notes with links based on various conditions",
"isDesktopOnly": false,
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "0.9.12",
"author": "Yuliya Bagriy",
"authorUrl": "https://github.com/aviskase",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-link-indexer",
"author": "Yuliya Bagriy <[email protected]>",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate index notes for Obsidian with links based on various conditions",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit fb1ed70

Please sign in to comment.