Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erykwalder committed May 3, 2023
1 parent 517a08f commit d07f90c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### version 0.7.0

New Features:

- cssclass is included on embedded quoths
- copy quoth button, for quickly copying an existing
quoth to a new location

Fixes:

- Styling to work with latest version of obsidian
- More errors caught and prevent crashing
- Generation of path for complex headings

### version 0.6.2

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.6.2",
"version": "0.7.0",
"minAppVersion": "0.13.23",
"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.6.2",
"version": "0.7.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 @@ -8,5 +8,6 @@
"0.5.0": "0.12.19",
"0.6.0": "0.13.23",
"0.6.1": "0.13.23",
"0.6.2": "0.13.23"
"0.6.2": "0.13.23",
"0.7.0": "1.2.0"
}

0 comments on commit d07f90c

Please sign in to comment.