Skip to content

Commit

Permalink
chore(release): 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Sep 28, 2023
1 parent 2cdac31 commit 817e713
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.6.1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.6.0...6.6.1) (2023-09-28)


### Bug Fixes

* **attachment:** allow force push attachment with extension ([773270c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/773270cd33c2e9484647cae0264c2dd7c6b36677))
* **attachments:** better optimization for api call ([2cdac31](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/2cdac3116d2809bbe0167d8c2c56ea159619b3b3))

## [6.6.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.5.9...6.6.0) (2023-09-28)


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.6.0",
"version": "6.6.1",
"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.6.0",
"version": "6.6.1",
"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.6.0",
"version": "6.6.1",
"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 817e713

Please sign in to comment.