diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 7dacad41..c4404ac5 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.14.0-7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.14.0-6...6.14.0-7) (2024-01-26) + + +### Bug Fixes + +* allow multiple option for slugify ([#287](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/287)) ([fbcb02c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/fbcb02cbbbc73cf86912a78bd1659f6664ed064c)), closes [#285](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/285) + ## [6.14.0-6](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.14.0-5...6.14.0-6) (2024-01-26) diff --git a/manifest-beta.json b/manifest-beta.json index 0534468e..1ceab1aa 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "6.14.0-6", + "version": "6.14.0-7", "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 ba7a5fe9..c12160e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-publisher", - "version": "6.14.0-6", + "version": "6.14.0-7", "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": {