diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ba7237..1b1264a4 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. +### 2.0.3 (2022-04-12) + + +### Bug Fixes + +* Typo ([ddf6591](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/ddf6591a5fe0fb00017f67145df5733347990efa)) + ### 2.0.2 (2022-04-12) ### [2.0.1](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/2.0.0...2.0.1) (2022-04-11) diff --git a/manifest.json b/manifest.json index 4bda3108..0475406d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Mkdocs Publisher", - "version": "2.0.2", + "version": "2.0.3", "minAppVersion": "0.12.0", "description": "Obsidian's Mkdocs Publisher 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 5003787c..f55d7219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a619c404..7a32d7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.0.2", + "version": "2.0.3", "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": {