Skip to content

Commit

Permalink
Merge pull request #7 from udus122/tagpr-from-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
udus122 authored Jun 10, 2024
2 parents 85c7528 + 7a863af commit 59a3bde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [0.1.1](https://github.com/udus122/dataview-publisher/compare/0.1.0...0.1.1) - 2024-06-10

## [0.1.0](https://github.com/udus122/dataview-publisher/compare/0.0.3...0.1.0) - 2024-06-10
- update-settings-and-docs by @udus122 in https://github.com/udus122/dataview-publisher/pull/5

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ This plugin uses the following two plugins, so you must install them:

````
%% DATAVIEW_PUBLISHER: start
```dataview
\`\`\`dataview
<Your favorite Dataview query>
```
\`\`\`
%%
<Query results will be output as markdown here>
%% DATAVIEW_PUBLISHER: end %%
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": "dataview-publisher",
"name": "Dataview Publisher",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "1.6.3",
"description": "Serialize Dataview query for Obsidian Publish",
"author": "UD",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataview-publisher",
"version": "0.1.0",
"version": "0.1.1",
"description": "Serialize Dataview query for Obsidian Publish",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 59a3bde

Please sign in to comment.