Skip to content

Commit

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

### version 0.4.0

New Features:

- Automatically updates quoths when source files are renamed.

Fixes:

- Attempts to load non-markdown embeds.

### version 0.3.0

New Features:
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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.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 @@ -3,5 +3,6 @@
"0.1.1": "0.12.19",
"0.2.0": "0.12.19",
"0.2.1": "0.12.19",
"0.3.0": "0.12.19"
"0.3.0": "0.12.19",
"0.4.0": "0.12.19"
}

0 comments on commit d89d994

Please sign in to comment.