Skip to content

Commit

Permalink
chore(release): 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li authored Jul 7, 2022
1 parent 67251db commit 227b37e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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

## [3.10.0-5](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.10.0-4...3.10.0-5) (2022-07-05)
Expand Down
2 changes: 1 addition & 1 deletion manifest.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",
"version": "3.10.1",
"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
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "obsidian-mkdocs-publication",
"version": "3.10.0",
"version": "3.10.1",
"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",
"version": "commit-and-tag-version",
"bump": "node version-bump.mjs",
"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"
"publish": "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": {
"t": "",
Expand Down

0 comments on commit 227b37e

Please sign in to comment.