Skip to content

Commit ccbca15

Browse files
committed
Release 1.13.1
1 parent d2b443f commit ccbca15

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

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

1111
## What's New
1212

13+
Version 1.13.1
14+
15+
- Fix packaging script
16+
1317
Version 1.13.0
1418

1519
- Add support for inline dataview fields (including emoji support for values)

docs/ReleaseNotes.md

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

3+
## 1.13.1
4+
5+
- Fix packaging script
6+
37
## 1.13.0
48

59
- Add support for inline dataview fields (including emoji support for values)

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

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.0",
3+
"version": "1.13.1",
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
@@ -31,5 +31,6 @@
3131
"1.10.9": "0.9.12",
3232
"1.11.0": "0.9.12",
3333
"1.12.0": "0.9.12",
34-
"1.13.0": "0.9.12"
34+
"1.13.0": "0.9.12",
35+
"1.13.1": "0.9.12"
3536
}

0 commit comments

Comments
 (0)