Skip to content

Commit

Permalink
chore(release): 0.26.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.26.0](0.25.0...0.26.0) (2024-11-04)

### ✨ Features

* **task:** 繰り返しタスクファイルに記載された繰り返しパターンが不正値の場合はできるだけエラーとして表示する ([4003970](4003970))

### 🤖 Build

* TypeScriptとBunの型定義バージョンアップ ([97cadd5](97cadd5))
* TypeScriptのtargetをES2018に変更 ([5724307](5724307))
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent 5724307 commit 59ca991
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
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": "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",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -40,5 +40,4 @@
"@tadashi-aikawa/silhouette-core": "npm:@jsr/tadashi-aikawa__silhouette-core@^1.3.0",
"owlelia": "^0.48.1"
}
}

}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 59ca991

Please sign in to comment.