From 8db38427e43fcbeb0fd6ccb2eee7146ce5a5391e Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 11 Apr 2022 14:18:26 +0200 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ef7dd2..8237ee5c 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.3](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.2...1.0.3) (2022-04-11) + + +### Bug Fixes + +* Fix sharing one file with filemenu ([5e51626](https://github.com/Mara-Li/obsidian-mkdocs-publication/commit/5e51626b98ff0e0f2ade997f9bf54296143c7d09)) + ### [1.0.2](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.1...1.0.2) (2022-04-11) diff --git a/manifest.json b/manifest.json index 02c92acc..adf86555 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publication", "name": "Mkdocs Publication", - "version": "1.0.2", + "version": "1.0.3", "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 fd89ef20..f1f30027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "1.0.2", + "version": "1.0.3", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.6.0", diff --git a/package.json b/package.json index f45bab16..3d266dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.2", + "version": "1.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": {