Skip to content

Commit

Permalink
chore(release): 3.10.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jul 7, 2022
1 parent 1b800cd commit 44c9424
Show file tree
Hide file tree
Showing 3 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.

### [3.10.2-3](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.2-2...3.10.2-3) (2022-07-07)


### Bug Fixes

* attemps to fix image relative creator ([68a00b8](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/68a00b8a3ee7163ec2a1245f26d0d104d59659a6))
* use alt text for linked files ([1b800cd](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/1b800cd3edf79ed14d33772292a61de1ff763aeb))

### [3.10.2-2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.2-1...3.10.2-2) (2022-07-07)

### [3.10.2-1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.2-0...3.10.2-1) (2022-07-07)
Expand Down
4 changes: 2 additions & 2 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-mkdocs-publisher",
"name": "Github Publisher",
"version": "3.10.2-2",
"version": "3.10.2-3",
"minAppVersion": "0.15.4",
"description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.",
"author": "Mara-Li",
"authorUrl": "https://github.com/Mara-Li",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-mkdocs-publication",
"version": "3.10.2-2",
"version": "3.10.2-3",
"description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 44c9424

Please sign in to comment.