Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 27, 2022
1 parent af3e25b commit 7d1f383
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.0](https://github.com/Mara-Li/obsidian-github-publisher/compare/3.2.0...3.3.0) (2022-05-27)


### Features

* use PR + merge + delete branch instead of force push files ([ec8a367](https://github.com/Mara-Li/obsidian-github-publisher/commit/ec8a367f79a322deb9e3494890a1779d1fa5217a))


### Bug Fixes

* fix error with pullrequest & workflow ([af3e25b](https://github.com/Mara-Li/obsidian-github-publisher/commit/af3e25b70cef2f4e779d7cf61bcf1efb17be85f3))

## [3.2.0](https://github.com/Mara-Li/obsidian-mkdocs-publisher-plugin/compare/3.1.0...3.2.0) (2022-05-24)


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.2.0",
"version": "3.3.0",
"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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "3.3.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 7d1f383

Please sign in to comment.