Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
erykwalder committed Jan 14, 2022
1 parent 15521bf commit d860c33
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### version 0.3.0

New Features:

- Path line in code block combines file, heading, and block
- Scoping quoth to a block ID
- Title in a quoth block is now a link

Improvements:

- Copy reference only copies as many headings as needed to be unique

Fixes:

- No longer attempt to copy when command is called with nothing selected
- Copy reference doesn't use headers to scope if they are not unique

### version 0.2.1

Fixes:
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": "quoth",
"name": "Quoth",
"version": "0.2.1",
"version": "0.3.0",
"minAppVersion": "0.12.9",
"description": "More flexible embedding. Embed precise selections, inline embeds, optionally include author and title.",
"authorUrl": "https://github.com/erykwalder/quoth",
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": "quoth",
"version": "0.2.1",
"version": "0.3.0",
"description": "Obsidian Embed Plugin",
"main": "main.js",
"repository": "https://github.com/erykwalder/quoth",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"0.1.0": "0.12.19",
"0.1.1": "0.12.19",
"0.2.0": "0.12.19",
"0.2.1": "0.12.19"
"0.2.1": "0.12.19",
"0.3.0": "0.12.19"
}

0 comments on commit d860c33

Please sign in to comment.