Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskase committed Nov 13, 2020
1 parent 33c2e9c commit 75c3c31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

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.2](https://github.com/aviskase/obsidian-link-indexer/compare/v0.0.1...v0.0.2) (2020-11-13)

### 0.0.1 (2020-11-13)
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Link indexer",
"description": "Generate index notes with links based on various conditions",
"isDesktopOnly": false,
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.9.12",
"author": "Yuliya Bagriy",
"authorUrl": "https://github.com/aviskase",
"authorUrl": "https://github.com/aviskase",
"js": "main.js"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "obsidian-link-indexer",
"author": "Yuliya Bagriy <[email protected]>",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate index notes for Obsidian with links based on various conditions",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js",
"release": "standard-version"
"release": "standard-version -t ''"
},
"keywords": [
"obsidian-md",
Expand Down

0 comments on commit 75c3c31

Please sign in to comment.