Skip to content

Commit 4eb078b

Browse files
committed
chore: prepping v1.15.2
1 parent f0fc9ac commit 4eb078b

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/docs/changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ 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+
#### [1.15.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.15.1...1.15.2)
8+
9+
- chore: collecting next patch version [`#1555`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1555)
10+
711
#### [1.15.1](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.15.0...1.15.1)
812

9-
- fix: Fix bugs of last refactor & implementing a language setting [`#1551`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1551)
13+
> 29 May 2026
14+
15+
- chore: releasing next patch version [`#1552`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1552)
1016
- fix: Fixed that the fsrs algorithm wasnt mentioned in the read me [`#1545`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1545)
11-
- fix: Fixed more community issues [`#1532`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1532)
12-
- fix: Fix obsidian comunity issues [`#1521`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1521)
13-
- fix: Fixed a few small bugs that have accumulated [`#1514`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1514)
14-
- chore: bump version to v1.14.2 [`8dadace`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/8dadaceb12e1f3a08830153c88504b2c21259811)
15-
- CHORE: Prepped next release [`b4491d8`](https://github.com/st3v3nmw/obsidian-spaced-repetition/commit/b4491d87648d3e213977d6710d9e21495e1f7097)
1617

1718
#### [1.15.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.14.3...1.15.0)
1819

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.15.1",
4+
"version": "1.15.2",
55
"minAppVersion": "1.2.8",
66
"description": "Fight the forgetting curve by reviewing flashcards & entire notes using spaced repetition. Organize your flashcards into decks and learn only the cards you need to recall.",
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.15.1",
3+
"version": "1.15.2",
44
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)