diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3c27e4..d511ce35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [3.10.0-1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-0...3.10.0-1) (2022-07-05) + ## [3.10.0-0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.9.3-1...3.10.0-0) (2022-06-28) diff --git a/manifest-beta.json b/manifest-beta.json index cc5dfe9c..b7a73dc9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.10.0-0", + "version": "3.10.0-1", "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.json b/package.json index e930a056..960f54e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.10.0-0", + "version": "3.10.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": {