Skip to content

Commit

Permalink
release(version): Release 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](0.5.5...0.6.0) (2022-11-18)

### Bug Fixes

* update file opening of existing files to new api ([b1fb960](b1fb960))

### Features

* open in new tab / split (tab support) ([ef12dbd](ef12dbd)), closes [#290](#290)
  • Loading branch information
semantic-release-bot committed Nov 18, 2022
1 parent 2200692 commit f562e8c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "0.5.5",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"isDesktopOnly": false
}
{
"id": "quickadd",
"name": "QuickAdd",
"version": "0.6.0",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"isDesktopOnly": false
}
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": "0.5.5",
"version": "0.6.0",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down
15 changes: 8 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"0.2.16": "0.12.4",
"0.4.17": "0.12.17",
"0.4.18": "0.13.19",
"0.4.21": "0.13.19",
"0.5.5": "0.13.19"
}
{
"0.2.16": "0.12.4",
"0.4.17": "0.12.17",
"0.4.18": "0.13.19",
"0.4.21": "0.13.19",
"0.5.5": "0.13.19",
"0.6.0": "0.13.19"
}

0 comments on commit f562e8c

Please sign in to comment.