Skip to content

Commit

Permalink
chore: 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Aug 13, 2024
1 parent 490c281 commit 5c294db
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{ steps.git-cliff.outputs.changelog }}
body: ${{ steps.git-cliff.outputs.content }}
draft: true
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.24.0",
"version": "1.24.1",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",
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": "omnisearch",
"name": "Omnisearch",
"version": "1.24.0",
"version": "1.24.1",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scambier.obsidian-search",
"version": "1.24.0",
"version": "1.24.1",
"description": "A search engine for Obsidian",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -52,5 +52,6 @@
"overrides": {
"moment@>=2.18.0 <2.29.4": ">=2.29.4"
}
}
},
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@
"1.23.1": "1.3.0",
"1.24.0-beta.2": "1.3.0",
"1.24.0-beta.3": "1.3.0",
"1.24.0": "1.3.0"
"1.24.0": "1.3.0",
"1.24.1": "1.3.0"
}

0 comments on commit 5c294db

Please sign in to comment.