Skip to content

Commit

Permalink
chore(release): 3.8.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 18, 2022
1 parent edda091 commit 1085847
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.8.3-1](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.8.2...3.8.3-1) (2022-06-18)

### [3.8.3-0](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.8.2...3.8.3-0) (2022-06-18)

### [3.8.2](https://github.com/Mara-Li/obsidian-mkdocs-publisher/compare/3.8.2-0...3.8.2) (2022-06-18)
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.8.3-0",
"version": "3.8.3-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
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "obsidian-mkdocs-publication",
"version": "3.8.3-0",
"version": "3.8.3-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 \"N:\\Seed\\.obsidian\\plugins\\obsidian-mkdocs-publisher\"",
"build": "node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"version beta": "node version-beta.mjs && git add manifest-beta.json versions.json",
"update": "standard-version",
"beta": "standard-version --prerelease --tag-build beta",
"release": "standard-version --packageFiles package.json --bumpFiles manifest.json package.json"
"release": "standard-version",
"release beta": "standard-version --prerelease --tag-build beta",
"release community": "standard-version --packageFiles package.json --bumpFiles manifest.json package.json"
},
"standard-version": {
"t": "",
Expand Down

0 comments on commit 1085847

Please sign in to comment.