Skip to content

Commit

Permalink
Release 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Nov 17, 2023
1 parent d2b443f commit ccbca15
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you collect data f

## What's New

Version 1.13.1

- Fix packaging script

Version 1.13.0

- Add support for inline dataview fields (including emoji support for values)
Expand Down
4 changes: 4 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.13.1

- Fix packaging script

## 1.13.0

- Add support for inline dataview fields (including emoji support for values)
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-tracker",
"name": "Tracker",
"version": "1.13.0",
"version": "1.13.1",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
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-tracker",
"version": "1.13.0",
"version": "1.13.1",
"description": "A plugin tracks occurrences and numbers in your notes",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"1.10.9": "0.9.12",
"1.11.0": "0.9.12",
"1.12.0": "0.9.12",
"1.13.0": "0.9.12"
"1.13.0": "0.9.12",
"1.13.1": "0.9.12"
}

0 comments on commit ccbca15

Please sign in to comment.