From e2e9d4592c5e54b1c6f45569fcb1f311757d11a4 Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Thu, 22 Dec 2022 18:14:43 -0800 Subject: [PATCH] release v1.10.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bf963..7d3f71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/manifest.json b/manifest.json index ac09a3b..e4b994e 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 89e257d..da882dd 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 3168741..1c9aa45 100644 --- a/versions.json +++ b/versions.json @@ -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",