Skip to content

Commit

Permalink
chore(release): 6.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 18, 2024
1 parent 9f3b0ff commit 53a1f11
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.13.5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.4...6.13.5) (2024-01-18)


### Bug Fixes

* commands with force not array was, in fact, array. ([0435ffc](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0435ffc460ed9ac3197c3697dac47e233ff601e4)), closes [#274](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/274) [#275](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/275)
* prevent error between RepoFrontmatter[] and RepoFrontmatter ([9f3b0ff](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/9f3b0ffb0cf814ac7d6a26a99577bc7c7c962d39))
* upload all edited notes send all files ([e22cf01](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/e22cf01241442c4bf393e7b07fd2825f2c1aee89)), closes [#275](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/275) [#274](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/274)

## [6.13.4](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.13.3...6.13.4) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-mkdocs-publisher",
"name": "Github Publisher",
"version": "6.13.4",
"version": "6.13.5",
"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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-mkdocs-publisher",
"name": "Github Publisher",
"version": "6.13.4",
"version": "6.13.5",
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-publisher",
"version": "6.13.4",
"version": "6.13.5",
"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": {
Expand Down

0 comments on commit 53a1f11

Please sign in to comment.