Skip to content

Commit f3e4600

Browse files
committed
Release 1.13.3
1 parent 9ab3cc1 commit f3e4600

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you collect data f
1010

1111
## What's New
1212

13+
Version 1.13.3
14+
15+
- Update dependencies
16+
- Fix typo in FinanceTracker.md
17+
- Fix typo in TestExpression.md
18+
- Update main.ts - use new format for {{average}}
19+
1320
Version 1.13.2
1421

1522
- Update dependencies

docs/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 1.13.3
4+
5+
- Update dependencies
6+
- Fix typo in FinanceTracker.md
7+
- Fix typo in TestExpression.md
8+
- Update main.ts - use new format for {{average}}
9+
310
## 1.13.2
411

512
- Update dependencies

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tracker",
33
"name": "Tracker",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"minAppVersion": "0.9.12",
66
"description": "A plugin tracks occurrences and numbers in your notes",
77
"author": "pyrochlore",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"1.12.0": "0.9.12",
3434
"1.13.0": "0.9.12",
3535
"1.13.1": "0.9.12",
36-
"1.13.2": "0.9.12"
36+
"1.13.2": "0.9.12",
37+
"1.13.3": "0.9.12"
3738
}

0 commit comments

Comments
 (0)