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 4cd65167..b4443073 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.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.2...1.12.3) -- [BUG] Very slow load of flashcard modal (since 1.11.2) [`#914`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/914) +- Fixed slow load of flashcard modal (bug introduced in 1.12.0) [`#926`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/926) +- Bump version to v1.12.3 [`f83994a`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/f83994a7d7fdac7f58a8318a30b0c1319181c325) #### [1.12.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.1...1.12.2) +> 27 March 2024 + +- Bump version to v1.12.2 [`#921`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/921) - 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) diff --git a/manifest.json b/manifest.json index 0c8d6ecc..7316b588 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.12.2", + "version": "1.12.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 b17263f7..1a9d4192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.2", + "version": "1.12.3", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {