From 5c294db9f321e257518845f62f78da8a016b74a7 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Tue, 13 Aug 2024 19:06:59 +0200 Subject: [PATCH] chore: 1.24.1 --- .github/workflows/release.yml | 2 +- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 5 +++-- versions.json | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 974b243..9ade3c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/manifest-beta.json b/manifest-beta.json index de2b06b..41cad1f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 416265a..c3d4ce2 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 603f7df..67532f8 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -52,5 +52,6 @@ "overrides": { "moment@>=2.18.0 <2.29.4": ">=2.29.4" } - } + }, + "packageManager": "pnpm@9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724" } diff --git a/versions.json b/versions.json index 16d8795..890c54f 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file