From 4f849e54a78f03a5c34c8004d3f20a4d238d765b Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Mon, 23 Oct 2023 07:16:36 +0300 Subject: [PATCH] Bump version to v1.10.3 --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/changelog.md | 9 ++++++--- manifest.json | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 7 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 91f73df5..6dbd41ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,13 +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.10.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.2...1.10.3) -- Fix: Bury Siblings Is Not Honored [`#759`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/759) -- Fix: Skipping a card seems to permanently bury it and make it impossible to review again in the same day [`#760`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/760) +- doc: update note about the reversed card [`#699`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/699) +- Fix bugs regarding bury sibling cards [`#763`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/763) #### [1.10.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.1...1.10.2) +> 9 October 2023 + +- Bump version to 1.10.2 [`#756`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/756) - refactor: Separate business logic from user interface code [`#751`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/751) - Remove the spaces before and after the question marks in the multi-line basic flashcards [`#719`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/719) - chore: Update dependencies [`44e9bb6`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/44e9bb63dad5e8ab664f7582aa403386d341aa44) diff --git a/manifest.json b/manifest.json index 1bf123b2..c2d7efe0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.10.2", + "version": "1.10.3", "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 024981f8..0fe87096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.10.2", + "version": "1.10.3", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {