Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskase committed Nov 28, 2020
1 parent 10a2bb2 commit 82799de
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.

## [0.1.0](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.7...0.1.0) (2020-11-28)


### Features

* add settings presets ([2be757a](https://github.com/aviskase/obsidian-link-indexer/commit/2be757ad73cf67dc67f5b9040ff88ded770dbf40)), closes [#12](https://github.com/aviskase/obsidian-link-indexer/issues/12)

### [0.0.7](https://github.com/aviskase/obsidian-link-indexer/compare/0.0.6...0.0.7) (2020-11-24)


Expand Down
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.7",
"version": "0.1.0",
"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.7",
"version": "0.1.0",
"description": "Generate index notes for Obsidian with links based on various conditions",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 82799de

Please sign in to comment.