Skip to content

Commit f84eded

Browse files
committed
build: release v1.6.1
1 parent 09e0f00 commit f84eded

5 files changed

+12
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.6.1
2+
3+
## Fixes
4+
5+
- Restore compatibility with v0.15.x versions of Obsidian
6+
17
# v1.6.0
28

39
## Features

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-trello",
33
"name": "Obsidian Trello",
4-
"version": "1.6.0",
5-
"minAppVersion": "0.12.12",
4+
"version": "1.6.1",
5+
"minAppVersion": "0.15.5",
66
"description": "Connect an existing or new Trello card to an Obsidian note. Once connected, see basic info, add and view comments, and check off checklist items.",
77
"author": "OfficerHalf",
88
"authorUrl": "https://nathan-smith.org/",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-trello",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Connect an existing or new Trello card to an Obsidian note. Once connected, see basic info, add and view comments, and check off checklist items.",
55
"repository": {
66
"type": "git",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"1.4.0": "0.12.12",
99
"1.5.0": "0.12.12",
1010
"1.5.1": "0.12.12",
11-
"1.6.0": "0.12.12"
11+
"1.6.0": "0.12.12",
12+
"1.6.1": "0.15.5"
1213
}

0 commit comments

Comments
 (0)