From 449339bd1ee354ee76eeacea24e9805057e1765f Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 12 Apr 2022 00:31:20 +0200 Subject: [PATCH] chore(release): 2.0.1 --- 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 3490fa89..0e55a21d 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.1](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/2.0.0...2.0.1) (2022-04-11) + + +### Bug Fixes + +* Base64 errors on mobile ([26dbe6d](https://github.com/Mara-Li/obsidian-mkdocs-publication/commit/26dbe6d514f08ddc4ad60ced7d6cce16c14f2142)) + ## [2.0.0](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.3...2.0.0) (2022-04-11) diff --git a/manifest.json b/manifest.json index 654f0402..c915791d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Mkdocs Publisher", - "version": "2.0.0", + "version": "2.0.1", "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 419330ce..0fb6b311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "2.0.0", + "version": "2.0.1", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 45a171c6..a6ebe7ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.0.0", + "version": "2.0.1", "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": {