Skip to content

Commit

Permalink
chore: bump version to v1.13.0 (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Oct 13, 2024
1 parent 82e238c commit e918f60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.13.0](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.12.9...1.13.0)

- docs: document custom cloze patterns [`#1118`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1118)
- refactor: parser & cloze patterns [`#1117`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1117)
- fix(ui): render markdown content for questions in nested lists [`#1114`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1114)
- fix(ui): render markdown content for questions in nested lists (#1114) [`#1113`](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/1113)

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

> 6 October 2024
- chore: bump version to v1.12.9 [`#1109`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1109)
- chore: add linting for camelcase variables [`#1098`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1098)
- refactor: move the statistics to the plugin's settings [`#1096`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1096)
- fix: remove caret from package manager definition [`#1095`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1095)
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.12.9",
"version": "1.13.0",
"minAppVersion": "1.2.8",
"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.12.9",
"version": "1.13.0",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit e918f60

Please sign in to comment.