From e918f6068eb895925c0fd70e17c8d10818d6bc38 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Sun, 13 Oct 2024 22:02:21 +0300 Subject: [PATCH] chore: bump version to v1.13.0 (#1119) --- docs/docs/changelog.md | 10 ++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 5abdf9d4..4f61c963 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.13.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.9...1.13.0) + +- docs: document custom cloze patterns [`#1118`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1118) +- refactor: parser & cloze patterns [`#1117`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1117) +- fix(ui): render markdown content for questions in nested lists [`#1114`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1114) +- fix(ui): render markdown content for questions in nested lists (#1114) [`#1113`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/1113) + #### [1.12.9](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.8...1.12.9) +> 6 October 2024 + +- chore: bump version to v1.12.9 [`#1109`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1109) - chore: add linting for camelcase variables [`#1098`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1098) - refactor: move the statistics to the plugin's settings [`#1096`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1096) - fix: remove caret from package manager definition [`#1095`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1095) diff --git a/manifest.json b/manifest.json index 1b868ded..9c08e849 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.12.9", + "version": "1.13.0", "minAppVersion": "1.2.8", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 1dfa5be8..4d97033a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.9", + "version": "1.13.0", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {