Skip to content

Commit

Permalink
release(version): Release 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](1.6.1...1.7.0) (2024-02-14)

### Features

* Add `Insert After` can now create the line on your current cursor position, not just top/bottom of the note. ([b9fdb6a](b9fdb6a))
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent c862699 commit 524cb4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "1.6.1",
"version": "1.7.0",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"fundingUrl": "https://www.buymeacoffee.com/chhoumann",
"helpUrl": "https://quickadd.obsidian.guide/docs/",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickadd",
"version": "1.6.1",
"version": "1.7.0",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -115,4 +115,4 @@
]
]
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"1.4.0": "0.13.19",
"1.5.0": "0.13.19",
"1.6.0": "0.13.19",
"1.6.1": "0.13.19"
"1.6.1": "0.13.19",
"1.7.0": "0.13.19"
}

0 comments on commit 524cb4a

Please sign in to comment.