From 46f2e82217e64a40789dba71b13e13385b952f77 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Sat, 20 Apr 2024 16:12:12 +0300 Subject: [PATCH] Bump version to v1.12.4 (#940) --- docs/changelog.md | 11 ++++++----- manifest.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d5e07a04..a740e670 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,16 +4,17 @@ 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.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.3...1.12.4) -- [BUG] Plugin not picking up certain flashcards https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/915 -- [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 -- [BUG] Most of my flashcards are now missing https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/923 +- chore: fix package manager issue in CI [`#939`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/939) +- Missing flashcards (bug introduced in 1.12.0) [`#927`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/927) #### [1.12.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.2...1.12.3) +> 11 April 2024 + +- Bump version to v1.12.3 [`#930`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/930) - 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) diff --git a/manifest.json b/manifest.json index 7316b588..7106c2d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.12.3", + "version": "1.12.4", "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 0f42c3b7..f32bdaa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.12.3", + "version": "1.12.4", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {