Skip to content

Commit

Permalink
lint and update version to 1.12.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Newdea committed Jan 4, 2025
1 parent 97949de commit fe875c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.12.5.14]

- #94 fixed duplicated icon. (thanks to @Erewhon-proj )

## [1.12.5.13]

- fix #87 errors when review new cards;
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-recall",
"name": "Spaced Repetition Recall",
"version": "1.12.5.13",
"version": "1.12.5.14",
"minAppVersion": "1.2.8",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"author": "Newdea",
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.12.5.13",
"version": "1.12.5.14",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ export default class SRPlugin extends Plugin {

this.registerView(
REVIEW_QUEUE_VIEW_TYPE,
(leaf) => (this.reviewQueueView = new ReviewQueueListView(leaf, this))
(leaf) => (this.reviewQueueView = new ReviewQueueListView(leaf, this)),
);

if (
Expand Down

0 comments on commit fe875c1

Please sign in to comment.