Skip to content

Commit 46f2e82

Browse files
authored
Bump version to v1.12.4 (#940)
1 parent 88178b2 commit 46f2e82

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [Unreleased]
7+
#### [1.12.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.3...1.12.4)
88

9-
- [BUG] Plugin not picking up certain flashcards https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/915
10-
- [BUG] Unable to recognize multi-line card that begins immediately after the frontmatter's closing line https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/922
11-
- [BUG] Most of my flashcards are now missing https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/923
9+
- chore: fix package manager issue in CI [`#939`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/939)
10+
- Missing flashcards (bug introduced in 1.12.0) [`#927`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/927)
1211

1312
#### [1.12.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.2...1.12.3)
1413

14+
> 11 April 2024
15+
16+
- Bump version to v1.12.3 [`#930`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/930)
1517
- Fixed slow load of flashcard modal (bug introduced in 1.12.0) [`#926`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/926)
16-
- Bump version to v1.12.3 [`f83994a`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/f83994a7d7fdac7f58a8318a30b0c1319181c325)
1718

1819
#### [1.12.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.1...1.12.2)
1920

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-spaced-repetition",
33
"name": "Spaced Repetition",
4-
"version": "1.12.3",
4+
"version": "1.12.4",
55
"minAppVersion": "0.15.4",
66
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
77
"author": "Stephen Mwangi",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-spaced-repetition",
3-
"version": "1.12.3",
3+
"version": "1.12.4",
44
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)