Skip to content

Commit

Permalink
release(version): Release 1.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.2](1.11.1...1.11.2) (2024-11-01)

### Bug Fixes

* bug failed to load on first install due to attempting to copy a function (fix [#728](#728), [#746](#746), [#749](#749)) ([ad97d1e](ad97d1e))
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent ad97d1e commit 6a2b131
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.11.1",
"version": "1.11.2",
"minAppVersion": "1.6.0",
"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.11.1",
"version": "1.11.2",
"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 @@ -68,5 +68,6 @@
"1.9.2": "1.6.0",
"1.10.0": "1.6.0",
"1.11.0": "1.6.0",
"1.11.1": "1.6.0"
"1.11.1": "1.6.0",
"1.11.2": "1.6.0"
}

0 comments on commit 6a2b131

Please sign in to comment.