Skip to content

Commit

Permalink
Bump version to v1.10.5 (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Nov 12, 2023
1 parent 6cf374e commit 60d02ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.4...1.10.5)

- Bug fix: Editing while reviewing flashcard can corrupt question text in note [`#783`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/783)
- Bug fix: Reviewing note as good makes new invalid metadata field [`#764`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/764)
- Bug edit flashcard sometimes corrupts question text in file [`#784`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/784)
- Bug note review invalid metadata 764 [`#782`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/782)

#### [1.10.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.10.3...1.10.4)

> 30 October 2023
- Bump version to v1.10.4 [`#780`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/780)
- Bug fix: questions now removed from postponement list; etc [`#775`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/775)
- fix: multi-line tag ('$$') converted to single-line ('$') after card reviewed [`b9c354d`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/b9c354d6e48def1d90571378aa5ab7e1096bd725)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-spaced-repetition",
"name": "Spaced Repetition",
"version": "1.10.4",
"version": "1.10.5",
"minAppVersion": "0.15.4",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"author": "Stephen Mwangi",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-spaced-repetition",
"version": "1.10.4",
"version": "1.10.5",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 60d02ad

Please sign in to comment.