From b26a5b26cb2f0080e23a2a0284256bde55de1061 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 16 Apr 2022 15:27:24 +0200 Subject: [PATCH] chore(release): 2.2.3 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649c3f80..7764d848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.3](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/2.2.2...2.2.3) (2022-04-16) + ### [2.2.2](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/2.2.1...2.2.2) (2022-04-16) diff --git a/manifest.json b/manifest.json index 90accc95..5dcebbe6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Mkdocs Publisher", - "version": "2.2.2", + "version": "2.2.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 0e2fe14a..1e783a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "2.2.2", + "version": "2.2.3", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 451d6f96..34f60189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "2.2.2", + "version": "2.2.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": {