diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e654ebb..b2f9c42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [3.2.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher-plugin/compare/3.1.0...3.2.0) (2022-05-24) + + +### Features + +* add cleanning command ([a91e0e4](https://github.com/Mara-Li/obsidian-mkdocs-publisher-plugin/commit/a91e0e4088ccba505fe6a1b4de0d4e5e7c02ad32)) + + +### Bug Fixes + +* add cleanning command ([a5a0c87](https://github.com/Mara-Li/obsidian-mkdocs-publisher-plugin/commit/a5a0c874db4046407b8f75d829a61e204003422e)) + ## [3.1.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.0.1...3.1.0) (2022-05-23) diff --git a/manifest.json b/manifest.json index 072344c2..40a7955e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.1.0", + "version": "3.2.0", "minAppVersion": "0.14.5", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "author": "Mara-Li", diff --git a/package-lock.json b/package-lock.json index cd84bdc1..951c27dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-mkdocs-publication", - "version": "3.1.0", + "version": "3.2.0", "license": "AGPL-3.0", "dependencies": { "@octokit/core": "^3.5.1", diff --git a/package.json b/package.json index 6acd1ac4..a34e81e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.1.0", + "version": "3.2.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": {