diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4661b..bbcdcf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.0.0](https://github.com/aviskase/obsidian-link-indexer/compare/0.1.1...1.0.0) (2020-12-05) + + +### Features + +* exclude by globs ([dcab441](https://github.com/aviskase/obsidian-link-indexer/commit/dcab441d32e463cb05004136b305bd1aaf5cf878)), closes [#11](https://github.com/aviskase/obsidian-link-indexer/issues/11) + ### [0.1.1](https://github.com/aviskase/obsidian-link-indexer/compare/0.1.0...0.1.1) (2020-12-01) diff --git a/manifest.json b/manifest.json index c3a21ef..3d34ac9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Link indexer", "description": "Generate index notes with links based on various conditions", "isDesktopOnly": false, - "version": "0.1.1", + "version": "1.0.0", "minAppVersion": "0.9.12", "author": "Yuliya Bagriy", "authorUrl": "https://github.com/aviskase", diff --git a/package.json b/package.json index 350f314..79e7a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-link-indexer", "author": "Yuliya Bagriy ", - "version": "0.1.1", + "version": "1.0.0", "description": "Generate index notes for Obsidian with links based on various conditions", "main": "main.js", "scripts": {