diff --git a/CHANGELOG.md b/CHANGELOG.md index 532ab9cc..36ef7dd2 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.2](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.1...1.0.2) (2022-04-11) + + +### Bug Fixes + +* Trim whitespace for excluded folder checking ([2a44ab9](https://github.com/Mara-Li/obsidian-mkdocs-publication/commit/2a44ab9b7c97c20eab6f190d59ed6c0a4f0ccb7c)) + ### [1.0.1](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.0...1.0.1) (2022-04-11) diff --git a/manifest.json b/manifest.json index c8824dbe..02c92acc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publication", "name": "Mkdocs Publication", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.12.0", "description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", "author": "Mara-Li", diff --git a/package-lock.json b/package-lock.json index 6a4335ef..fd89ef20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.6.0", diff --git a/package.json b/package.json index 43a366b2..f45bab16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.1", + "version": "1.0.2", "description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", "main": "main.js", "scripts": {