Skip to content

Commit 173f6d0

Browse files
authored
chore: bump version to v1.13.4 (#1335)
1 parent c316016 commit 173f6d0

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ docs/vaults/*/.obsidian
3535

3636
# env
3737
env.sh
38+
39+
# AI Tooling
40+
.claude/
41+
.sourcerer/

docs/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.13.4](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.3...1.13.4)
8+
9+
- chore: bump docs dependencies [`#1334`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1334)
10+
- fix: add check to make sure card context exists [`#1281`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1281)
11+
- chore: bump dependencies [`#1333`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1333)
12+
- chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 [`#1332`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1332)
13+
- chore(lang): fix formatting [`#1331`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1331)
14+
- feat: add Dutch translation [`#1327`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1327)
15+
716
#### [1.13.3](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.13.2...1.13.3)
817

18+
> 23 March 2025
19+
20+
- chore: bump version to v1.13.3 [`#1247`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1247)
921
- chore: update dependencies [`#1246`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1246)
1022
- fix: update zh-cn.ts [`#1231`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1231)
1123
- docs: Revise some of the Chinese Docs [`#1243`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/1243)

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.13.3",
4+
"version": "1.13.4",
55
"minAppVersion": "1.2.8",
66
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
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.13.3",
3+
"version": "1.13.4",
44
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)