Skip to content

Commit

Permalink
Merge pull request #18 from udus122/tagpr-from-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
udus122 authored Jun 13, 2024
2 parents a07975c + bb77a4c commit 6ed4915
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/udus122/dataview-publisher/compare/0.2.2...0.2.3) - 2024-06-13
- Update README.md by @udus122 in https://github.com/udus122/dataview-publisher/pull/17
- Fix "The second sentence is grammatically wrong." by @udus122 in https://github.com/udus122/dataview-publisher/pull/19
- Fix "To get the active editor ..." by @udus122 in https://github.com/udus122/dataview-publisher/pull/20
- Fix "This should also be shown to the user, not everyone knows of the dev console." by @udus122 in https://github.com/udus122/dataview-publisher/pull/21
- Fix "Don't prefix the command id with the plugin id ..." by @udus122 in https://github.com/udus122/dataview-publisher/pull/22

## [0.2.2](https://github.com/udus122/dataview-publisher/compare/0.2.1...0.2.2) - 2024-06-10
- Fixed the problem that the cursor position is at the top by @udus122 in https://github.com/udus122/dataview-publisher/pull/15

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.2.2",
"version": "0.2.3",
"minAppVersion": "1.6.3",
"description": "Output markdown from your Dataview queries and keep them up to date. You can also publish them.",
"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.2.2",
"version": "0.2.3",
"description": "Output markdown from your Dataview queries and keep them up to date. You can also publish them.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6ed4915

Please sign in to comment.