Skip to content

Commit 7cf2844

Browse files
pi-nathannathonius
authored andcommitted
build: release v2.0.0
1 parent 64e670e commit 7cf2844

5 files changed

+20
-5
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2.0.0
2+
3+
## BREAKING CHANGES
4+
5+
- Breaks compatibility with many old versions of Obsidian. Should only be used on latest versions.
6+
7+
## Fixes
8+
9+
- Prevent CORS errors by using requestUrl instead of RxJS Ajax
10+
11+
## Features
12+
13+
- MetaEdit is no longer required for use
14+
115
# v1.6.1
216

317
## Fixes

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.1",
5-
"minAppVersion": "0.15.5",
4+
"version": "2.0.0",
5+
"minAppVersion": "1.2.0",
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.1",
3+
"version": "2.0.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",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"1.5.0": "0.12.12",
1010
"1.5.1": "0.12.12",
1111
"1.6.0": "0.12.12",
12-
"1.6.1": "0.15.5"
12+
"1.6.1": "0.15.5",
13+
"2.0.0": "1.2.0"
1314
}

0 commit comments

Comments
 (0)