Skip to content

Commit

Permalink
build: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Feb 29, 2024
1 parent cf2af2c commit 0e48e5c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.2.0

## Features

- New option to open trello links in the trello desktop apps. Thanks @ChrisChinchilla!

# v2.1.0

## Features
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-trello",
"name": "Trello",
"version": "2.1.1",
"version": "2.2.0",
"minAppVersion": "1.2.0",
"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.",
"author": "Nathonius",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-trello",
"version": "2.1.1",
"version": "2.2.0",
"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.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {

export const DEFAULT_DATA: PluginData = {
settings: DEFAULT_SETTINGS,
version: '2.1.1',
version: '2.2.0',
firstRun: true,
connectedCards: {}
};
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"1.6.1": "0.15.5",
"2.0.0": "1.2.0",
"2.1.0": "1.2.0",
"2.1.1": "1.2.0"
"2.1.1": "1.2.0",
"2.2.0": "1.2.0"
}

0 comments on commit 0e48e5c

Please sign in to comment.