Skip to content

Commit

Permalink
release(version): Release 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](1.6.0...1.6.1) (2023-12-03)

### Bug Fixes

* using AI assistant would place cursor at the top of the file - now stays in place ([05f0225](05f0225))
  • Loading branch information
semantic-release-bot committed Dec 3, 2023
1 parent 8584d11 commit 7d3eacd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "1.6.0",
"version": "1.6.1",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
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": "quickadd",
"version": "1.6.0",
"version": "1.6.1",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"1.3.0": "0.13.19",
"1.4.0": "0.13.19",
"1.5.0": "0.13.19",
"1.6.0": "0.13.19"
"1.6.0": "0.13.19",
"1.6.1": "0.13.19"
}

1 comment on commit 7d3eacd

@vercel
Copy link

@vercel vercel bot commented on 7d3eacd Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd.obsidian.guide
quickadd-git-master-chrisbbh.vercel.app
quickadd-chrisbbh.vercel.app

Please sign in to comment.