From 81b27a8be669ea58d55b0409cd7374bae13d336a Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 11 Apr 2022 19:27:01 +0200 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8237ee5c..3490fa89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.0](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.3...2.0.0) (2022-04-11) + + +### ⚠ BREAKING CHANGES + +* This change/erase the previous parameters. Also, the plugin need to be deleted from older installation. + +### Bug Fixes + +* Mobile multiples errors ([5eecb9a](https://github.com/Mara-Li/obsidian-mkdocs-publication/commit/5eecb9a4daa3b67fb1dbb109cd5133ce527ea7f9)) + + +* !ci: Rename plugins ([f8926a3](https://github.com/Mara-Li/obsidian-mkdocs-publication/commit/f8926a335b0a6adb6763c8c61b3bc72766824864)) + ### [1.0.3](https://github.com/Mara-Li/obsidian-mkdocs-publication/compare/1.0.2...1.0.3) (2022-04-11) diff --git a/manifest.json b/manifest.json index 43838039..654f0402 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Mkdocs Publisher", - "version": "1.0.3", + "version": "2.0.0", "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 ba9952c8..c551b60b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "1.0.3", + "version": "2.0.0", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 4e30fc3f..83f19f16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "1.0.3", + "version": "2.0.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.", "main": "main.js", "scripts": {