Skip to content

Commit 634e019

Browse files
committed
Prepare for v1.12.0 release
1 parent d76509c commit 634e019

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.12.0] - 2024-02-09
11+
1012
> Note: the style changes in this release mean that you may need to tweak any custom CSS or themes. The changes are based on the default theme.
1113
1214
### Deprecated

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "todoist-sync-plugin",
3-
"name": "Todoist Plugin",
4-
"version": "1.11.1",
3+
"name": "Todoist Sync",
4+
"version": "1.12.0",
55
"minAppVersion": "1.0.0",
66
"description": "Materialize Todoist tasks within Obsidian notes.",
77
"author": "Jamie Brynes",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-todoist-plugin",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "A Todoist plugin for Obsidian",
55
"main": "src/index.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.12.0": "1.0.0",
23
"1.11.1": "1.0.0",
34
"1.11.0": "1.0.0",
45
"1.10.1": "1.0.0",

0 commit comments

Comments
 (0)