From 59ca991da5b4df51fcec1dae46cb78e3ff452073 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 09:22:19 +0000 Subject: [PATCH] chore(release): 0.26.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.26.0](https://github.com/tadashi-aikawa/silhouette/compare/0.25.0...0.26.0) (2024-11-04) ### ✨ Features * **task:** 繰り返しタスクファイルに記載された繰り返しパターンが不正値の場合はできるだけエラーとして表示する ([4003970](https://github.com/tadashi-aikawa/silhouette/commit/4003970120a405155613936376e668c2f2440434)) ### 🤖 Build * TypeScriptとBunの型定義バージョンアップ ([97cadd5](https://github.com/tadashi-aikawa/silhouette/commit/97cadd5fa5253bb0a4038eb513d5c4ce7c6016aa)) * TypeScriptのtargetをES2018に変更 ([5724307](https://github.com/tadashi-aikawa/silhouette/commit/57243077d5a0382db4274391bb2b85898bcf7d7e)) --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 5 ++--- versions.json | 3 ++- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index bb0a8e8..d18f04d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.25.0", + "version": "0.26.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian.", "author": "tadashi-aikawa", diff --git a/manifest.json b/manifest.json index b66a703..a98f92b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-silhouette", "name": "Silhouette", - "version": "0.25.0", + "version": "0.26.0", "minAppVersion": "1.1.1", "description": "Simple task management tools for Obsidian", "author": "tadashi-aikawa", diff --git a/package.json b/package.json index 34e8a5a..41fed6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silhouette", - "version": "0.25.0", + "version": "0.26.0", "description": "Simple task management tools for Obsidian", "main": "main.js", "scripts": { @@ -40,5 +40,4 @@ "@tadashi-aikawa/silhouette-core": "npm:@jsr/tadashi-aikawa__silhouette-core@^1.3.0", "owlelia": "^0.48.1" } -} - +} \ No newline at end of file diff --git a/versions.json b/versions.json index 7a9430c..1677cdf 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "0.23.0": "1.1.1", "0.23.1": "1.1.1", "0.24.0": "1.1.1", - "0.25.0": "1.1.1" + "0.25.0": "1.1.1", + "0.26.0": "1.1.1" } \ No newline at end of file