Skip to content

Commit

Permalink
Build: release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Oct 17, 2024
1 parent 7d8978f commit 478d577
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.3.0

## Features

- New option to see and add card due dates. Thanks @ChrisChinchilla!

# v2.2.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.2.0",
"version": "2.3.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
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.2.0",
"version": "2.3.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 @@ -51,7 +51,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {

export const DEFAULT_DATA: PluginData = {
settings: DEFAULT_SETTINGS,
version: '2.2.0',
version: '2.3.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 @@ -13,5 +13,6 @@
"2.0.0": "1.2.0",
"2.1.0": "1.2.0",
"2.1.1": "1.2.0",
"2.2.0": "1.2.0"
"2.2.0": "1.2.0",
"2.3.0": "1.2.0"
}

0 comments on commit 478d577

Please sign in to comment.