diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 373a09de..5445f73c 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -2,6 +2,19 @@ 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.11.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.10.3...6.11.0-0) (2023-11-09) + + +### Features + +* **folderNote:** support of automatically add `title` (or other) key with basename of file ([66c150e](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/66c150e85fb26ef085dbf8e132579ca7a6eea068)), closes [#242](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/242) + + +### Bug Fixes + +* **dataview:** temporary fix for dataview API until i found a better way ([26dbbdc](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/26dbbdc73334699115755de09d4c8c056d2bc3a9)) +* **settings:** allow deep merge of settings, preventing error with nested objet ([a252eb9](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/a252eb956fff280c0d42c6e7f41122ebbdf261c1)) + ## [6.5.0-11](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.0-10...6.5.0-11) (2023-08-28) diff --git a/manifest-beta.json b/manifest-beta.json index a66a95d1..ff5ce4c2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.10.3", + "version": "6.11.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 ff4d7f04..a499205b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.10.3", + "version": "6.11.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": {