Skip to content

Commit

Permalink
chore(release): 3.10.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jul 5, 2022
1 parent 59ac2e5 commit caec43d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0-2](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-1...3.10.0-2) (2022-07-05)


### Bug Fixes

* Fix trim reading of undefined ([610022c](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/610022c591195b6cb3839684be8303a86e2f0c6b))

## [3.10.0-1](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-0...3.10.0-1) (2022-07-05)

## [3.10.0-0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.9.3-1...3.10.0-0) (2022-06-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": "3.10.0-1",
"version": "3.10.0-2",
"minAppVersion": "0.14.5",
"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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "obsidian-mkdocs-publication",
"version": "3.10.0-1",
"version": "3.10.0-2",
"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": {
"dev": "node esbuild.config.mjs",
"devseed": "node esbuild.config.mjs production && copy main.js \"I:\\Seed\\.obsidian\\plugins\\obsidian-mkdocs-publisher\"",
"build": "node esbuild.config.mjs production",
"release": "commit-and-tag-version",
"beta": "commit-and-tag-version --prerelease --tag-build beta",
"beta": "commit-and-tag-version --prerelease --tag-build beta && node version-beta.mjs",
"community": "commit-and-tag-version --packageFiles package.json --bumpFiles manifest.json package.json && node version-beta.mjs && git add version-beta.mjs && git commit --amend --no-edit"
},
"commit-and-tag-version": {
Expand Down

0 comments on commit caec43d

Please sign in to comment.