Skip to content

Commit

Permalink
chore(release): 3.14.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jul 17, 2022
1 parent 0b7b3c4 commit d57508d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.14.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.11.0-0...3.14.0-0) (2022-07-17)


### Features

* adding multiple possibility to remove part links ([6e922ee](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/6e922ee2ea4ef6b93d625bc18c2068b3e338d059))
* Dataview simple query are not correctly rendered! ([0b7b3c4](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0b7b3c461809dc0f7b551c9cbf76309b83a97538))
* **embed:** share embed notes only on "one file" commands ([a8896c6](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/a8896c61840c82dfd6543e7c79916473a136e316))
* send a link to the clipboard when sharing 1note ([6bff7bd](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/6bff7bde77101b061e66422a318c1d0c47a5b8a7))
* **translation:** add new variable ([de4b7c1](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/de4b7c1a2e7cba902021aeacb138c54837fa6a3c))


### Bug Fixes

* adding a way to remove part links (for mkdocs ...) ([16dde85](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/16dde856df174ec9f707c7de97520544fbc83296))
* **embed:** prevent cycle embed with file historic ([b3b84e2](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/b3b84e2cd16c2fd7adb1772687cbcca8b238b7b9))
* **translation:** Add deepl minimal translation ([35b7733](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/35b7733a0bd25bcb7e98693d225fe13311b3bd8f))
* **typo:** remove . in extension using obsidian.extension ([3fd3e63](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/3fd3e636beadfa1b8d7fc2608f00a45e2630f8d0))

## [3.13.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.11.0-0...3.13.0) (2022-07-14)


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.13.0",
"version": "3.14.0-0",
"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.13.0",
"version": "3.14.0-0",
"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 d57508d

Please sign in to comment.