Skip to content

Commit

Permalink
chore(release): 7.2.5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 21, 2024
1 parent 9dc44d6 commit 21f78b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-beta.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.

## [7.2.5-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.2.4...7.2.5-0) (2024-05-21)


### Bug Fixes

* dist folder ([7133bb0](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/7133bb08d93ae8ad421d994f919a6ca3358ee751))
* frontmatterFromFile must return FrontMatterCache ([1f84c02](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/1f84c027b4e28a05c195409bc9bcd17c8bbacd0b))
* optimize the reading of linkedfrontmatter ([3580a4c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/3580a4c96888a7b75313de01c4c586ed6fb9f14e))

## [7.1.0-9](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-8...7.1.0-9) (2024-05-08)

## [7.1.0-8](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/7.1.0-7...7.1.0-8) (2024-05-08)
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": "7.2.4",
"version": "7.2.5-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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-github-publisher",
"version": "7.2.4",
"version": "7.2.5-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 Expand Up @@ -70,4 +70,4 @@
"got@<11.8.5": ">=11.8.5"
}
}
}
}

0 comments on commit 21f78b5

Please sign in to comment.