Skip to content

Commit 53730cb

Browse files
committed
build: release v1.6.0
1 parent c06b5bd commit 53730cb

6 files changed

+13
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.6.0
2+
3+
## Features
4+
5+
- Markdown is rendered in comments, lists, and descriptions.
6+
17
# v1.5.1
28

39
## Fixes

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-trello",
33
"name": "Obsidian Trello",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"minAppVersion": "0.12.12",
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",

package-lock.json

+2-2
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.5.1",
3+
"version": "1.6.0",
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",

src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {
4949

5050
export const DEFAULT_DATA: PluginData = {
5151
settings: DEFAULT_SETTINGS,
52-
version: '1.5.1',
52+
version: '1.6.0',
5353
firstRun: true,
5454
connectedCards: {}
5555
};

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.3.2": "0.12.12",
88
"1.4.0": "0.12.12",
99
"1.5.0": "0.12.12",
10-
"1.5.1": "0.12.12"
10+
"1.5.1": "0.12.12",
11+
"1.6.0": "0.12.12"
1112
}

0 commit comments

Comments
 (0)