From 78177053423da49f779ea6760d596e91234b78b8 Mon Sep 17 00:00:00 2001 From: Stephen Mwangi Date: Tue, 19 Mar 2024 08:26:46 +0300 Subject: [PATCH] Bump version to v1.12.0 (#905) --- docs/changelog.md | 3 ++- manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c60bc14c..bf728fd4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,13 +4,14 @@ 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.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.2...1.12.0) - chore: add entry to Italian and Polish translation [`#898`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/898) - [FEAT] Command to open notes review panel - #840. [`#846`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/846) - Gui refactored into separate views | rewrite of keydown handler into event handler [`#873`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/873) - Make reset button (flashcard review modal) enabled for both new and due cards [`#650`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/650) - Support multi-deck cards #495, and multiple decks in a single note #705 [`#834`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/834) +- fix(reset button): restore #650 [`7f7d2bb`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/7f7d2bbd20bb94b6ad8e737d40c76b2aef9c5b49) #### [1.11.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.1...1.11.2) diff --git a/manifest.json b/manifest.json index 2ff125f9..dc682f38 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-spaced-repetition", "name": "Spaced Repetition", - "version": "1.11.2", + "version": "1.12.0", "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 43f845af..1d59b3ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-spaced-repetition", - "version": "1.11.2", + "version": "1.12.0", "description": "Fight the forgetting curve by reviewing flashcards & entire notes.", "main": "main.js", "scripts": {