Skip to content

Commit

Permalink
release v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Dec 23, 2022
1 parent e124c39 commit e2e9d45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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.10.1] - 2022-12-22

### 🐛 Bug Fixes

- Requests to Todoist's API should no longer fail CORS checks.
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": "todoist-sync-plugin",
"name": "Todoist Plugin",
"version": "1.10.0",
"version": "1.10.1",
"minAppVersion": "1.0.0",
"description": "Materialize Todoist tasks within Obsidian notes.",
"author": "Jamie Brynes",
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": "todoist-plugin",
"version": "1.10.0",
"version": "1.10.1",
"description": "A Todoist plugin for Obsidian",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.10.1": "1.0.0",
"1.10.0": "1.0.0",
"1.9.0": "0.13.14",
"1.8.1": "0.12.2",
Expand Down

0 comments on commit e2e9d45

Please sign in to comment.