Skip to content

Commit 229f5cd

Browse files
committed
Release 1.13.2
1 parent 1ee18ec commit 229f5cd

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

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

1111
## What's New
1212

13+
Version 1.13.2
14+
15+
- Update dependencies
16+
- Fix typo in README.md
17+
- Change streak counts to terminate on falsey values rather than null
18+
1319
Version 1.13.1
1420

1521
- Fix packaging script

docs/ReleaseNotes.md

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

3+
## 1.13.2
4+
5+
- Update dependencies
6+
- Fix typo in README.md
7+
- Change streak counts to terminate on falsey values rather than null
8+
39
## 1.13.1
410

511
- Fix packaging script

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.1",
4+
"version": "1.13.2",
55
"minAppVersion": "0.9.12",
66
"description": "A plugin tracks occurrences and numbers in your notes",
77
"author": "pyrochlore",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tracker",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"description": "A plugin tracks occurrences and numbers in your notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
"1.11.0": "0.9.12",
3333
"1.12.0": "0.9.12",
3434
"1.13.0": "0.9.12",
35-
"1.13.1": "0.9.12"
35+
"1.13.1": "0.9.12",
36+
"1.13.2": "0.9.12"
3637
}

0 commit comments

Comments
 (0)