Skip to content

Commit

Permalink
chore(release): 6.16.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Feb 24, 2024
1 parent ea02a2f commit db2f258
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.16.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.15.7...6.16.0-0) (2024-02-24)


### Features

* allow setting token for different repository ([7d69a75](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/7d69a75c1276745bd9a28c5078cb0fd2548b812b))
* allow setting token for different repository ([#319](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/319)) ([e464795](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/e4647950343f1a8a6c1f38d9001d81368a469b9c)), closes [#318](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/318)


### Bug Fixes

* duplicate frontmatter (with new Obsidian API) ([#317](https://github.com/obsidianMkdocs/obsidian-github-publisher/issues/317)) ([39e100c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/39e100c68fbd340cb2e9e1268e51208de38f1c88))
* key error ([de9ca6e](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/de9ca6e72895f7da0dcf9959c186ba7c59817b73))
* practice ([62d418e](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/62d418ea66ee521123aef61d93c19dc6c6171242))

## [6.14.0-7](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/6.14.0-6...6.14.0-7) (2024-01-26)


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.15.7",
"version": "6.16.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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15.7",
"version": "6.16.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": {
Expand Down

0 comments on commit db2f258

Please sign in to comment.