Skip to content

Commit

Permalink
release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Jun 17, 2021
1 parent fe6831f commit 99f7253
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.7.1] - 2021-06-17

### 🐛 Bug Fixes

- Right-click context menu now works with the latest Obsidian version.
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "todoist-sync-plugin",
"name": "Todoist Plugin",
"version": "1.7.0",
"minAppVersion": "0.10.8",
"version": "1.7.1",
"minAppVersion": "0.11.11",
"description": "Materialize Todoist tasks within Obsidian notes.",
"author": "Jamie Brynes",
"authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin",
"isDesktopOnly": "true"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todoist-plugin",
"version": "1.7.0",
"version": "1.7.1",
"description": "A Todoist plugin for Obsidian",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,4 +38,4 @@
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"1.7.1": "0.11.11",
"1.7.0": "0.10.8",
"1.6.2": "0.10.6",
"1.6.1": "0.10.6",
"1.6.0": "0.10.2",
"1.5.0": "0.9.10"
}
}

0 comments on commit 99f7253

Please sign in to comment.