From 57bbfc2f41c9d9ecdd27d963c54f3d32812a8287 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Wed, 27 Mar 2024 22:05:10 +0300 Subject: [PATCH] Bump version to v1.12.2 (#921) --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/changelog.md | 8 ++++++-- manifest.json | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc39a66..1bed66b3 120000 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1 @@ -docs/changelog.md +docs/changelog.md \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9815d5bd..651dc17d 120000 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -docs/en/contributing.md +docs/en/contributing.md \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 9b3bc83f..4d80a7d8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,12 +4,16 @@ 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). -#### [Unreleased] +#### [1.12.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.1...1.12.2) -- [BUG] Plugin not picking up certain flashcards https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/915 +- fix bug with recognizing frontmatter topic tags (led to missing cards shown for review) [`#920`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/920) +- style: reorder stats containers [`#912`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/912) #### [1.12.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.0...1.12.1) +> 20 March 2024 + +- Bump version to v1.12.1 [`#911`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/911) - [Overhaul] Implementation of a more consistent & modern UI [`#899`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/899) - Unrelated Tags in Card Selection Modal since version 1.12.0 [`#910`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/910) diff --git a/manifest.json b/manifest.json index c98166cc..0c8d6ecc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.12.1", + "version": "1.12.2", "minAppVersion": "0.15.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "author": "Stephen Mwangi", diff --git a/package.json b/package.json index 196a524f..b17263f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.1", + "version": "1.12.2", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {