From 83ef8c1ca1999bce6e12f8f1232a52f2de4e582e Mon Sep 17 00:00:00 2001 From: Jamie Brynes Date: Sat, 8 Apr 2023 15:03:55 +0100 Subject: [PATCH] Release v1.11.0 prep (#222) --- CHANGELOG.md | 4 +++- README.md | 2 +- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082f1e8..165c548 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.11.0] - 2023-04-08 + ### ✨ Features - You can now use YAML for writing your Todoist queries. @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 🐛 Bug Fixes -- Using the 'Add Todoist Task' command should correctly use the selection an editor pane. +- Using the 'Add Todoist Task' command should correctly use the selection in an editor pane. - Subtask lists should no longer display erroneous messages when all the subtasks are closed. - Fixed logical bugs in handling failures when marking a task as done. diff --git a/README.md b/README.md index 3772f38..41d79fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Obsidian x Todoist Plugin -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jamiebrynes7/obsidian-todoist-plugin/premerge?style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jamiebrynes7/obsidian-todoist-plugin?style=for-the-badge) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jamiebrynes7/obsidian-todoist-plugin/premerge.yml?branch=develop&style=for-the-badge) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jamiebrynes7/obsidian-todoist-plugin?style=for-the-badge) An [Obsidian](https://obsidian.md/) plugin to materialize [Todoist](https://todoist.com/) task lists in Obsidian notes. diff --git a/manifest.json b/manifest.json index e4b994e..9295b6f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "todoist-sync-plugin", "name": "Todoist Plugin", - "version": "1.10.1", + "version": "1.11.0", "minAppVersion": "1.0.0", "description": "Materialize Todoist tasks within Obsidian notes.", "author": "Jamie Brynes", "authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 027a15d..b50ed01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "todoist-plugin", - "version": "1.10.1", + "version": "1.11.0", "description": "A Todoist plugin for Obsidian", "main": "src/index.js", "scripts": { @@ -41,4 +41,4 @@ "ts-node": "^10.9.1", "typescript": "^4.9.4" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 1c9aa45..b097b3c 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.11.0": "1.0.0", "1.10.1": "1.0.0", "1.10.0": "1.0.0", "1.9.0": "0.13.14", @@ -10,4 +11,4 @@ "1.6.1": "0.10.6", "1.6.0": "0.10.2", "1.5.0": "0.9.10" -} +} \ No newline at end of file