diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 0a0ae722..77536934 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,13 @@ 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. +## [6.5.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.4.1-0...6.5.0-0) (2023-08-20) + + +### Features + +* **embed:** introduce "bake embed" ([#201](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/201)) ([f61bf04](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/f61bf042dd3b45cb8bbf9601671d3e1fec37da6a)) + ## [6.4.1-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.4.0...6.4.1-0) (2023-08-11) ## [6.4.0-6](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.4.0-5...6.4.0-6) (2023-08-09) diff --git a/manifest-beta.json b/manifest-beta.json index 836bce14..2b1f078f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.4.1-0", + "version": "6.5.0-0", "minAppVersion": "0.15.4", "description": "Github Publisher helps you to publish your notes on a preconfigured GitHub repository, for free, and more!", "author": "Mara-Li", diff --git a/package.json b/package.json index 55161b59..2ebfab50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.4.1-0", + "version": "6.5.0-0", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "main": "main.js", "scripts": {