Skip to content

Commit b6316c7

Browse files
committed
[REL] Release 1.8.1
1 parent 4cd4afb commit b6316c7

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release history
22

3-
## 1.8.0, 2025-05-22
3+
## 1.8.1, 2025-05-22
44

55
### New stuff
66

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "actions-uri",
33
"name": "Actions URI",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"minAppVersion": "1.8.0",
66
"description": "Adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
77
"author": "Carlo Zottmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-actions-uri",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "This plugin for Obsidian (https://obsidian.md) adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.",
55
"main": "main.js",
66
"scripts": {

src/plugin-info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"pluginVersion": "1.8.0",
3-
"pluginReleasedAt": "2025-05-22T13:39:13+0200"
2+
"pluginVersion": "1.8.1",
3+
"pluginReleasedAt": "2025-05-22T13:50:22+0200"
44
}

src/plugin-info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* File will be overwritten by bin/release.sh! */
22
export const PLUGIN_INFO = {
3-
"pluginVersion": "1.8.0",
4-
"pluginReleasedAt": "2025-05-22T13:39:13+0200"
3+
"pluginVersion": "1.8.1",
4+
"pluginReleasedAt": "2025-05-22T13:50:22+0200"
55
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
"post-create-pause.1": "1.5.11",
5353
"1.7.2": "1.5.11",
5454
"1.7.3": "1.5.11",
55-
"1.8.0": "1.8.0"
55+
"1.8.0": "1.8.0",
56+
"1.8.1": "1.8.0"
5657
}

0 commit comments

Comments
 (0)