From 1a39d6e732cc771e0333093eab676fe42087c10a Mon Sep 17 00:00:00 2001 From: Mara Date: Tue, 26 Apr 2022 22:27:01 +0200 Subject: [PATCH] chore(release): 2.3.1 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04642f84..0f00fe45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/2.3.0...2.3.1) (2022-04-26) + + +### Bug Fixes + +* **image:** Add catching error + log when reading metadataCache for image ([9250e23](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/9250e232e85d7ce413cff2bbab124ba3d0936aae)) +* **publish:** Checking file extension during publish ([c44c268](https://github.com/Mara-Li/obsidian-mkdocs-publisher/commit/c44c268bbfb2f38e28f8a196f82ffea1d3d70000)) + ## [2.3.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/2.2.4...2.3.0) (2022-04-18) diff --git a/manifest.json b/manifest.json index 5118f0a4..d05dd1cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Mkdocs Publisher", - "version": "2.3.0", + "version": "2.3.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 cae4624f..308f2526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "2.3.0", + "version": "2.3.1", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index cb1103c2..7b13b0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.3.0", + "version": "2.3.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": {